home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0755 / readme.txt < prev    next >
Text File  |  1997-04-09  |  119KB  |  2,354 lines

  1. THIS FILE CONTAINS MISCELLANEOUS NOTES AND LAST-MINUTE CHANGES.
  2.  
  3.    They are in rather miscellaneous order, so please scan topic headings
  4.    for any that might apply to you.
  5.  
  6.    THIS PROGRAM IS SOLD ON A PER-MACHINE BASIS!  Unless otherwise
  7.    specifically arranged, you do not have the rights to use it on more
  8.    than one PC.
  9. ---------------------------------------------------------------------------
  10. INSTALLATION: DOS and WINDOWS
  11.  
  12.    This software can be installed using either DOS or Windows.
  13.  
  14.    From the DOS level, log to the distribution floppy, then execute
  15.    INSTALL, stating the directory you want it to place everything in
  16.    (you no longer need to name the target operating system). For instance:
  17.       A:
  18.       INSTALL C:\ANZIO
  19.  
  20.    OR-->
  21.  
  22.    From Windows Program Manager, do File Run, then enter:
  23.       A:SETUP
  24.    (or replace 'A:' with the appropriate drive). You will be asked where
  25.    you want to put the files.
  26.  
  27.    Both methods do essentially the same thing, except that the second way
  28.    creates a program group and several icons for you in Windows.
  29. ---------------------------------------------------------------------------
  30. ANZIONET and ANZIO14
  31.  
  32.    The "AnzioNet" product contains two versions designed for networks,
  33.    ANZIONET.EXE and ANZIO14.EXE.  The first is for use with INTERRUPT 6B
  34.    drivers, and the second for INTERRUPT 14 drivers.
  35.  
  36.    Use ANZIONET for Novell software, either NASI/NACS/Novell Connect, or
  37.    Lan Workplace for Dos's TELAPI (this is a change from earlier procedure).
  38.    Use ANZIO14 for other redirectors, such as TCP/IP drivers from FTP,
  39.    Wollongong, Lantastic, etc.
  40.  
  41.    If you are working in a Windows environment, you need to work with a
  42.    Windows TCP/IP driver (compliant with the WINSOCK standard), and use
  43.    our AnzioSoc program.
  44.  
  45.    Following are notes on running various combinations.
  46. ---------------------------------------------------------------------------
  47. NOTES ON USING ANZIONET WITH NASI
  48.  
  49.    ANZIONET allows you to use ANZIO on a Novell (or other) network with an
  50.    Asynchronous Communication Server (ACS).  An ACS is a special PC somewhere
  51.    on the network whose sole job is to handle serial communications.  So,
  52.    instead of having each PC on the network hooked up to the host machine, the
  53.    ACS is hooked up via one or more lines to the host, and any PC in the
  54.    network can grab an available line.
  55.  
  56.    In later versions of Novell's software, the file server can serve as the
  57.    communication server also.
  58.  
  59.    To run in this environment:
  60.       1. Make sure the ACS is up and running.
  61.       2. Load NASI (from Novell) or equivalent on the PC you wish to use.
  62.       3. You may want to verify NASI operation by testing Novell's generic
  63.          emulation utility, TTY.
  64.       4. Load ANZIONET (not ANZIO).
  65.       5. When the title screen clears, you will be talking to NASI.  You must
  66.          tell NASI to connect you, i.e.,
  67.             CONNECT <linetype> <newline>
  68.       6. You should now be able to communicate with the host system.
  69. ---------------------------------------------------------------------------
  70. NOTES ON USING ANZIONET WITH LAN WP TELAPI
  71.  
  72.    Novell's Lan Workplace for DOS provides, among other things, TCP/IP
  73.    capability at the DOS level.  AnzioNet has been especially adapted to
  74.    work in this environment. Proceed as follows:
  75.       1. Load normal network software.
  76.       2. Load TCPIP.EXE
  77.       3. Load TELAPI.EXE, telling it the name of a file containing target
  78.          IP addresses or names:
  79.             telapi -f<filename>
  80.          where <filename> is the name of a simple text file listing available
  81.          hosts.
  82.       4. You will need to supply ANZIONET with a "hostname", which it will
  83.          store in its parameter file. This hostname is considered a wild card.
  84.          That is, up to 8 characters of the host name will be considered as
  85.          the first characters of a name to be matched (by TELAPI) against
  86.          host names (or addresses) provided in the file referenced in step 3
  87.          above. If NO hostname is provided, the first match will indicate the
  88.          host to be connected to.
  89.       5. Run ANZIONET.EXE, with a hostname:
  90.             anzionet /h:<hostname>
  91.          or without:
  92.             anzionet
  93.          (Don't put in the '<' and '>'). Once you have specified a successful
  94.          hostname, ANZIONET will store this in your parameter file.
  95.       6. If all goes well, you will be connected. If you quit from ANZIONET
  96.          at any time, your connection will be broken. You can connect again
  97.          but the previous session is gone for good. If Unix drops its end
  98.          of the connection, as it will if you, for instance, type "exit"
  99.          at the shell level, ANZIONET will detect this, and will either exit
  100.          or reconnect. To determine this, at ANZIONET's "Function" prompt,
  101.          enter
  102.             RECONNECT ON
  103.          or
  104.             RECONNECT OFF
  105.  
  106. Host name resolution works as follows: ANZIONET specifies a host name by
  107. one of the methods indicated above. It passes this name to TELAPI, which
  108. must be able to find it in the file referenced in step 3 above. This name
  109. is then passed on to TCPIP, which must be able to resolve the name,
  110. typically within the file \NET\TCPIP\HOSTS (more specifically, the file
  111. HOSTS in the directory named in "PATH TCP_CFG" in the "Protocol TCPIP"
  112. section of the NET.CFG file).
  113.  
  114. ---------------------------------------------------------------------------
  115. NOTES ON USING ANZIOSOC WITH LAN WP
  116.  
  117. Novell's LAN WorkPlace (LWP) includes a WINSOCK.DLL, which its
  118. installer places correctly in the \WINDOWS directory. However, there
  119. in an additional module, NOVASYNC.EXE, which WINSOCK calls, which
  120. is erroneously placed in the LWP program directory, normally \NET\BIN. If
  121. \NET\BIN is not in your PATH, then WINSOCK can't find NOVASYNC, and
  122. AnzioSoc won't run.
  123.  
  124. To solve this problem, copy NOVASYNC.EXE into your \WINDOWS (or
  125. \WINDOWS\SYSTEM) directory.
  126.  
  127. ---------------------------------------------------------------------------
  128. NOTES ON USING ANZIO14:
  129.  
  130.    ANZIO14 is a special version of ANZIO that uses INTERRUPT 14 for its
  131.    communication. This works with other companies' TCP/IP software, and other
  132.    special communication situations.  In these cases, some software must be
  133.    loaded before ANZIO14, to intercept communication calls and redirect them.
  134.    If you are working with WOLLONGONG PATHWAY, for instance, you must load
  135.    BAPI. See the appropriate documentation for help.
  136.  
  137.    The interrupt 14 interface is loosely defined. One area of variance involves
  138.    what happens when Unix closes its end of the TCP/IP connection, as it will
  139.    do if you enter "exit" at the shell level. Various INT 14 drivers take
  140.    various approaches to notifying an emulator (i.e., ANZIO14) that this has
  141.    happened. Furthermore, this behavior is rarely documented well, if at all.
  142.    We continue to experiment with different providers' software.
  143.  
  144.    If ANZIO14 knows that the host connection has been terminated, it will
  145.    quit, at which point you can rerun another session.
  146.  
  147. -----------------------------------------------------------------------------
  148. OBJECT CODES FOR FILE TRANSFER PROGRAMS
  149.    Many UNIX systems do not have a "C" compiler. That presents a problem with
  150.    the file transfer programs "send-pc.c" and "recv-pc.c". So we have come
  151.    up with two solutions.
  152.  
  153.    Your distribution disk now contains objects for file transfer programs
  154.    for the NCR System 3000 and the Tower, under subdirectories
  155.    NCR3000 and NCRTOWER, respectively. The included files are
  156.       send-pc   (compiled from send-pc.c)
  157.       recv-pc   (compiled from recv-pc.c)
  158.    These can be installed via the floppy disk drive on your UNIX machine.
  159.    This approach is referred to as "METHOD 1" below.
  160.  
  161.    There are also special files named
  162.       send-pc.ech
  163.       recv-pc.ech
  164.    These are shell scripts ("batch strings") that create the object files.
  165.    They are installed via "METHOD 2" below. The advantage of this method
  166.    is that it can be done from the ANZIO PC, even over a modem.
  167.  
  168.    METHOD 1: LOADING VIA FLOPPY
  169.       Many Towers have a 5.25" or 3.5" diskette drive. All 3000s have a 3.5"
  170.       drive. Thus you may be able to move the files over with the special
  171.       utilities include with those systems for reading DOS diskettes.
  172.  
  173.       Put the distribution floppy (#2 if you have two diskettes) in the UNIX
  174.       machine's drive. If you have the wrong diskette size, either copy
  175.       the files to the correct disk size using a DOS PC, or use METHOD 2 below.
  176.  
  177.       On the 3000, enter:
  178.          doscp a:<filename> <directory>
  179.       to load each file.
  180.  
  181.       For example:
  182.          doscp a:ncr3000/send-pc /usr/bin
  183.          doscp a:ncr3000/recv-pc /usr/bin
  184.  
  185.       On the Tower, enter:
  186.          pcdsk
  187.          mtu
  188.       then answer questions about files to move.
  189.  
  190.       With either of these methods, you will need to make the files
  191.       executable.  To do this, use the chmod command:
  192.          chmod +x /usr/bin/send-pc
  193.          chmod +x /usr/bin/recv-pc
  194.       for example.
  195.  
  196.    METHOD 2: UPLOADING THE ".ECH" FILES
  197.       Each ".ECH" file is a series of commands, which together create an
  198.       executable file. Following is a complete example for the "send-pc" file.
  199.       Repeat it for the "recv-pc" file.
  200.          1. Log into an appropriate directory on the UNIX system:
  201.                cd $HOME
  202.          2. Upload the ".ech" file:
  203.                cp /dev/tty send-pc.ech
  204.                <alt-F>openi send-pc.ech
  205.                <alt-F>transmit trailer <ctrl-D>
  206.          3. Use the shell to execute the file:
  207.                sh send-pc.ech
  208.             This will result in a file named "send-pc" in the same directory.
  209.          4. Copy the file to a directory in the PATH:
  210.                cp send-pc /usr/bin
  211.  
  212.    WHERE TO PUT THE OBJECT FILES
  213.       When you give UNIX a command, it looks in the directories specified
  214.       in your PATH for a file of that name.  You can see your PATH by
  215.       typing
  216.          set
  217.       Note that UNlike DOS, UNIX will NOT look first in your current
  218.       directory. That's why you'll sometimes do
  219.          ./<command>
  220.       If you want the programs listed above to be available to everyone,
  221.       they'll need to be in a directory included in your PATH.  You can
  222.       either copy them to a directory in the standard PATH, such as
  223.       /usr/bin, or you can change your PATH to include the directory
  224.       they are in.
  225. -----------------------------------------------------------------------------
  226. UFT FOR UNIX
  227.    We now have available a UNIX version of "Universal File Transfer" (UFT).
  228.    This pair of programs makes file transfer between UNIX and DOS easy, fast,
  229.    and error-free.
  230.  
  231.    Specific features include:
  232.       Wild-card transfer in either direction
  233.       Compression, for faster transfer
  234.       Error-checking
  235.       Binary transfer, allowing data files and objects to be moved between
  236.          systems
  237.       Command-line driver operation
  238.  
  239.    UFT/UNIX is only $250 per UNIX host machine.
  240. -----------------------------------------------------------------------------
  241. TSR operation:
  242.  
  243.    Effective with release 9.2, ANZIO can be loaded and stay resident in
  244.    memory, allowing "hot-key" operation.  Refer to the ANZIO manual.
  245.  
  246.    If you are using ANZIO this way, you may want to run the "small" version
  247.    of ANZIO, on the disk as "ANZIOS.EXE".
  248. ------------------------------------------------------------------------------
  249. ALTERNATE EMULATIONS AND KEY FILES
  250.  
  251.    Effective 9.3, ANZIO can emulate terminals other than the NCR 7900
  252.    and 7901 (ADDS Viewpoint).  To tell ANZIO what to be, enter:
  253.       <F6>TERM N7900<newline>
  254.    or replace "N7900" by "N7901", "VT220" (or ANZIO), or "WYSE60".
  255.    Your current setting will now show on the help screen.
  256.  
  257.    The emulation does not automatically affect function key definitions.
  258.    If your software requires the use of function keys, simply define each
  259.    key combination, or refer to the provided key files, VT100.KYS,
  260.    VT220.kys, VT220S.KYS,
  261.    ANZIOTIC.KYS, WYSE60.KYS, and KERMIT.KYS. Each of these files has a
  262.    corresponding ".DOC" file (i.e., KERMIT.DOC) explaining the keys
  263.    defined.
  264.  
  265.    The KERMIT.KYS file is set up especially for use with Word Perfect 5.0
  266.    on UNIX. This file defines all 40 standard key combinations. When you
  267.    set WP for KERMIT, set ANZIO to TERM VT220, and READ KERMIT.KYS, you
  268.    can use the same key combinations that you would use in WP for DOS. Note,
  269.    however, that WP 5.1 changed all this, and KERMIT.KYS will not work with
  270.    WP 5.1 (see following).
  271.  
  272.    The ANZIOTIC.KYS file defines all the key combinations that are
  273.    defined in ANZIO.TIC, explained below. It also contains shifted and alt-ed
  274.    function keys for use with Word Perfect 5.1 and ANZIO.TRS, explained below.
  275.    Note that with ANZIOTIC.KYS installed, all variations of <F5>, for instance,
  276.    send key codes to the host. So, to get to ANZIO's help screen, you will
  277.    need to do <alt-M>. Special <alt-> combinations are summarized here:
  278.       <alt-M>   brings up ANZIO's "menu" or "help" screen.
  279.       <alt-F>   produces a FUNCTION prompt at the bottom of the screen.
  280.       <alt-A>   is the "grand abort" or "panic button" key, for when ANZIO is
  281.                 locked in some internal loop.
  282.       <alt-H>   brings up ANZIO's HELP INDEX.
  283.       <alt-X>   quits ANZIO.
  284.  
  285.    Please contact us if your software does not work correctly with ANZIO,
  286.    or if you need assistance with key definitions.
  287. ------------------------------------------------------------------------------
  288. ANZIO TERMINFO FOR UNIX SYSTEMS
  289.  
  290.    When ANZIO is set for TERM VT220, it actually recognizes more escape
  291.    sequences than the VT220 does (we've included some from the ANSI
  292.    definition - see the 9.6 changes section below). Also, the VT220
  293.    has strange function keys, and that is somewhat limiting. So, you
  294.    might want to tell UNIX about a "terminal" called "ANZIO".
  295.  
  296.    Many programs under UNIX (such as "vi", "sysadm", and some COBOL
  297.    systems) use the "terminfo" data base to find information about
  298.    terminals. So, if you create a terminfo entry for ANZIO, and then
  299.    set your TERM variable to "ANZIO", you can take advantage of
  300.    the expanded capabilities of ANZIO. And we've made it easy.
  301.  
  302.    There is included with ANZIO a file named "anzio.tic". This is a
  303.    terminfo source file. Follow these steps to install and use it:
  304.  
  305.       Upload anzio.tic to your UNIX system (as a text file) using
  306.          either the simple upload procedure defined in the manual,
  307.          or one of the utilities described herein.
  308.       To "compile" anzio.tic, tell UNIX:
  309.          tic anzio.tic
  310.       Set your TERM variable to anzio (upper or lower case). Tell UNIX:
  311.          TERM=anzio;export TERM
  312.  
  313.    Note that the ANZIO terminfo is intended for color PCs.  There is also a
  314.    file named ANZIO-M.TIC for monochrome PCs -- follow the above procedures
  315.    using "anzio-m" instead of "anzio". Also, there is a variant called
  316.    ANZIOWIN.TIC that implements some of the differences in Windows.
  317.  
  318.    The ANZIO terminfo includes definitions of many key combinations, such
  319.    as <shift-F1>. To make ANZIO send the correct sequences, use the
  320.    ANZIOTIC.KYS file. Tell ANZIO:
  321.       MERGE ANZIOTIC.KYS
  322. ------------------------------------------------------------------------------
  323. ANZIO and ACUCOBOL
  324.  
  325.    The ACUCOBOL runtime does not use terminfo (see above), but has its own
  326.    file of terminal information, called "a_termcap", which is based on the
  327.    earlier Unix "termcap".
  328.  
  329.    To support this, we supply a file "ANZIO.CAP", which matches Anzio's
  330.    behavior when running as VT220 (or "ANZIO"), with ANZIOTIC.KYS loaded.
  331.    To install this capability, copy the ANZIO.CAP file to your Unix system,
  332.    using Zmodem or the UNIX system's utility that reads DOS floppies
  333.    ("dosread", for instance). Then add it on to the end of the a_termcap file
  334.    used by ACUCOBOL (normally "/etc/a_termcap"). Set your TERM or A_TERM
  335.    variable to one of the following:
  336.       anzio         for DOS versions of Anzio
  337.       anzio-m       for DOS versions of Anzio on monochrome screens
  338.       anziowin      for Windows versions of Anzio
  339.       anzio-mouse   for Windows versions of Anzio where you want mouse
  340.                     support
  341.  
  342.    To use the mouse with ACUCOBOL (version 3.0 and up), you must add the
  343.    following lines to the ACUCOBOL configuration file
  344.    (normally /etc/cblconfig):
  345.       USE-MOUSE 1
  346.       MOUSE-FLAGS 16384
  347.    You must also have your TERM or A_TERM set to "anzio-mouse". Acucobol
  348.    will then automatically enable the mouse for a) the debugger, and b)
  349.    certain controls, such as radio buttons and check boxes. Try Acucobol's
  350.    sample program "tour31.cbl".
  351.  
  352.    Your program can also explicitly reference the mouse. See the file
  353.    "mouse.cbl" on Rasmussen Software's website, www.anzio.com.
  354. ------------------------------------------------------------------------------
  355. ANZIO and WORD PERFECT for UNIX
  356.  
  357.    We have now made special efforts to make ANZIO work extremely well with Word
  358.    Perfect for UNIX (WP 5.1 and later). These features include:
  359.       1) Normal, shifted, control, and alt function keys that match WP for DOS.
  360.       2) Support for pass-through print from WP/Unix to the PC's printer.
  361.       3) Support for Print Preview on VGA and Hercules screens under DOS,
  362.          and all screens under Windows.
  363.  
  364.    The key to these features is the file ANZIO.TRS, which is a WP terminal
  365.    definition file that describes ANZIO. This works in conjunction with
  366.    ANZIOTIC.KYS, described above.
  367.  
  368.    To implement:
  369.       1) Set ANZIO's "TERM" to VT220.
  370.       2) Set UNIX's TERM (and/or WPTERM) to ANZIO.
  371.       3) Be sure you have told ANZIO to READ (or MERGE) the keys file
  372.          ANZIOTIC.KYS.
  373.       4) Load the ANZIO.TRS file onto your UNIX system. This file must be put
  374.          in WP's "shlib" directory, as "anzio.trs" (must be in lowercase). This
  375.          is NOT a text file, so it must be transferred to UNIX in "binary" or
  376.          "transparent" mode, such as a) via the UNIX system's floppy disk
  377.          drive; b) via ANZIO and UFT; c) via FTP; d) via Kermit; or e) via
  378.          ZMODEM. Note also that you probably need to have root privileges in
  379.          order to put a file into the shlib directory.
  380.  
  381.    You will also probably want to install the ANZIO.TIC file, as described above.
  382. ------------------------------------------------------------------------------
  383. ALTERNATE METHOD OF DOWNLOAD UNDER UNIX
  384.    This release includes a file named DOWNLOAD, which is a UNIX shell script.
  385.    Simply upload it and make it executable.  Then invoke it by doing
  386.       download <filename>
  387.    or
  388.       download <wildcard>
  389.    and it will do the rest.
  390. -----------------------------------------------------------------------------
  391. ALTERNATE UPLOAD METHOD UNDER ITX
  392.    An alternative method for uploading 80-column text files from PC to
  393.    ITX involves using ITX's "SYSIN". It is probably easier to use, especially
  394.    if you are unfamiliar with ITX's $EDIT.
  395.  
  396.    Tell ITX:
  397.       ASSIGN A <filename>(<unit>),NEW,<sectors>,AP
  398.       MOVE SYSIN A
  399.    Tell ANZIO:
  400.       OPENI <filename>
  401.       TRANSMIT TRAILER END$
  402. -----------------------------------------------------------------------------
  403. NOTES ON "OVERRUN" MESSAGES
  404.    If you see the word OVERRUN flash on the bottom of your screen, it means
  405.    that your PC hardware is experiencing lost characters. There is some
  406.    information on this in the ANZIO manual, but a new factor has entered
  407.    the picture - DOS 5 (and 6).
  408.  
  409.    Many people running under DOS 5/6 are experiencing OVERRUNs. We believe there
  410.    are two possible sources for these problems in DOS 5 and 6. One is EMM386,
  411.    the expanded memory manager included with DOS 5/6 and Windows 3.1. The other
  412.    is SmartDrive's write-back cache feature.
  413.  
  414.    You have these options:
  415.  
  416.       1) Remove EMM386 from your CONFIG.SYS and reboot. This should get rid
  417.          of the problem. EMM386 is only required if some of your software
  418.          needs EMS (exPANDed memory).
  419.       2) Replace EMM386 with a third-party memory manager, such as QEMM from
  420.          Quarterdeck.
  421.       3) Configure SmartDrive so it does not do write caching. See your DOS
  422.          manual for more information. To disable write caching on drive C:,
  423.          for example, do
  424.             SMARTDRV C- <size> <size>
  425.       4) Upgrade your serial port to a 16550AFN. Contact us for more
  426.          information.
  427. -----------------------------------------------------------------------------
  428. 132-COLUMN MODE in DOS
  429.  
  430.    All versions of ANZIO support 132-column modes, but it's trickier under
  431.    DOS than under Windows, because it's not quite standardized. To enable
  432.    DOS versions to display 132 columns, you have three choices:
  433.  
  434.       1) You may be able to leave ANZIO's MODE-132 setting at 0, if your
  435.          video card BIOS supports VESA mode 109, the VESA standard for
  436.          132x25.
  437.       2) If you have documentation on your video card, check that to find out
  438.          what mode number is 132x25, and tell ANZIO with the MODE-132 command.
  439.       3) Run the program VIDMODES, distributed with ANZIO. This program tests
  440.          modes from hex 11 to hex FF, and displays results. It also tells you
  441.          if you have VESA support. If you have a non-VESA 132x25 mode, put
  442.          that in ANZIO's MODE-132 setting. Or, if you have VESA mode 109,
  443.          set MODE-132 to 00 (see option 1).
  444. -----------------------------------------------------------------------------
  445. IF YOU ARE UPGRADING...
  446.    Pay special attention to the Appendix entitled MIGRATION FROM EARLIER
  447.    RELEASES in the ANZIO manual.
  448. -----------------------------------------------------------------------------
  449. CHANGE HISTORY
  450.  
  451. The following is a progressive list of program changes, for those who are
  452. interested.  Those marked with an asterisk (*) are non-trivial. Some changes
  453. apply only to certain variants of Anzio, as noted.
  454.  
  455. Changes in 9.0
  456.    1. Sample key file (SAMPLE.KYS or RMCOS.KYS) will be read on initial
  457.       startup.
  458.    2. CALC no longer uses 'C' for clear, as it is needed in hex mode.
  459.    3. In transparent print (ESC-3), ignore DC2 and DC4 ONLY IF in RMCOS.
  460.    4. Bug fixed related to larger memory size for scroll buffer (9.0a).
  461.    5. Bug fixed related to #103 above.
  462. CAPPED AND RELEASED AS 9.0  10-21-88
  463.    6. Bugs fixed re. defined control keys (0 to $1F)  (9.0b  1-10-89)
  464. Changes in 9.1
  465.    1. Compiled under Turbo 5.0.
  466.    2. Added INSERT-LINE (<ESC>M), DELETE-LINE (<ESC>l) procedures.
  467.    3. Allow ESC functions in local text in macros.
  468.    4. Improve DROPOUT handling.
  469.    5. In CALC, allow <backspace>.
  470.    6. In CALC, beep on illegal keystroke.
  471.    7. Allocate as review memory smaller of 64k or 80% of maximum available.
  472.    8. CALC will return hex code, if in hex mode.
  473.    9. CALC result will show on line 25 where it won't be wiped out by CAPS.
  474.   10. CALC now allows the minus sign to negate the accumulator, of no operand.
  475.   11. Allow cursor-relative rectangle specification on KEEP, BOX, WINDOW,
  476.       FILL, MENUBAR, PICK, PRINT, i.e.,
  477.              KEEP 1 80 .-5 .+5
  478.   12. Make sure all interrupt vectors are kosher during RUN operation via
  479.       Turbo PASCAL's new 'swapvectors' command.
  480.   13. Bug in INTERPRET was duplicating last character.
  481.   14. Allow 0-length line to be transmitted to UNIX.
  482. * 15. Xon/Xoff - flow control observed in UNIX, TTY.
  483.   16. Changes for UFT under unix.
  484.   17. On screen scroll, maintain cursor position (showed up in unix).
  485.   18. Prevent non-stop OVERFLOW ON RECEIVE messages.
  486.   19. Optimize UFT-type transmission.
  487.   20. On RUN of a program, don't write reminder "enter EXIT to return
  488.       to ANZIO".
  489.   21. Fiddle with memory allocation for RUN.  This allows the program to
  490.       be compiled to allocate all available memory, thereby avoiding a
  491.       problem with PROLOK.
  492.   22. Bug fixed: buffered keystrokes were read by <F5> routine.
  493. RELEASED 3-7-89
  494. Changes in 9.1a
  495.    1. Respond to <ESC>a<nnn>R<nnn>C positioning for ITX 6.1.
  496.    2. Bug fixed involving clear-eol when positioned past 80.
  497.    3. Respond to zero-intensity attribute (<ESC>0D).
  498.    4. PROPOGATE ON/OFF controls whether screen attributes take a position.
  499. Changes in 9.2
  500. *  1. TSR: STAY command
  501.    2. Process and ignore <ESC>g... command to download function keys
  502.    3. In F2 editor, when not in whole-line mode, hitting up- or down-arrow
  503.       will send that code prior to CR.
  504.    4. New command: F2 - allows line editor to be invoked from host.
  505.    5. Allow TRANSMIT L=255 for longer UFT records.
  506. *  6. Allow TOGGLE or SWITCH to change boolean parameters; i.e.,
  507.          LOCK TOGGLE.
  508.    7. Fix bug in wrap logic.
  509.    8. Bug fixed: function entry on line 25 didn't work when PANned.
  510.    9. Bug fixed: GAUGE string didn't work when PANned.
  511.   10. Disallow TYPE with no file name.
  512.   11. On virgin startup, name of key file will now include full path.
  513. Changes in 9.3:
  514. *  1. Variable terminal type, supported by
  515.         TERM <xxx>
  516.       where <xxx> is one of N7900, N7901, VT100, or WYSE50.
  517. *  2. Make 7900 (field-type) attributes more accurate.
  518. *  3. Modify TSR routines (TPTSR.ASM) so that same key sequence can be
  519.       used to initiate and exit.
  520. *  4. Change standard hotkey to alt-F1 (83B);
  521.    5. Improve screen updating under DesqView.
  522. Changes in 9.3b:
  523.    1. Bug fixed: caused some corruption when going from WIDTH 80 to WIDTH 132
  524.    2. Bugs fixed: DIAL, FILL, BOX, etc., when entered at bottom of help
  525.       screen, will first restore live screen.
  526.    3. Bug fixed in FILL, BOX, and MENUBAR involving video attributes.
  527.    4. Make MENUBAR, F2 commands wait for keyboard unlock before proceeding.
  528. *  5. MERGE command: same as READ, but doesn't change default key file name.
  529.    6. In F2, up-arrow or down-arrow is appended to string when hit, ONLY IF
  530.       invoked from host.
  531. *  7. Improved VT100 - supports "cursor mode" (alternate codes for
  532.       cursor keys.
  533. *  8. Enable transparent print in Wyse50, vt100 with <ESC>3.  Note that in
  534.       7900 mode, transparent print is activated with <ESC>3, not <ESC>8.
  535. *  9. Support keyboards with <F11>, <F12>.
  536. Changes in 9.3c:
  537.    1. Improve defaults in SYNC.
  538.    2. Bug fixed in display after returning from MENUBAR.
  539. Changes in 9.4:
  540.    1. Kermit transfer protocol - commands: KSEND, KRECEIVE, KCOMMAND (not
  541.       yet perfected).
  542.    2. When download encounters problems, such as full disk, make
  543.       abort easier.
  544.    3. Was beeping too much on macro keys.
  545.    4. Bug introduced in 9.3b - keystrokes lost in space.
  546.    5. Clean up vt-100 graphics.
  547. *  6. New command: MODE-132 tells ANZIO what hex bios mode corresponds to
  548.       132-column.
  549. *  7. Add recognition of escape sequences to switch to 132-column, 80-column
  550.       modes in WYSE50, N7900.
  551. *  8. Alt-H generates help screen.
  552.    9. Prevent blowup when program asks for initial parameters.
  553.   10. Program asks for initial term type.
  554.   11. If host program sends OPENI/S command, and an input file is already
  555.       open, close it.
  556. * 12. New commands: KEEP/N and PRINT/N same as KEEP and PRINT except no
  557.       return-linefeed after each line.
  558. * 13. New command-line parameter limits REVIEW memory used, to free up
  559.       more memory for RUN, STAY:
  560.          ANZIO /M:nnnn
  561.       where nnnn is in the range 16384 to 65504.
  562.   14. SCREENMODE 132 sets to 132-col mode, of MODE-132 is set.
  563.   15. Alt-H does online help (HELP INDEX).
  564.  
  565. Changes in 9.5:
  566.    1. Program detects when you OPENO a device name, such as AUX or PRN,
  567.       and doesn't force you to use OPENO/N.
  568.    2. DIR/S returns DIR's selected filename to host.
  569. *  3. Allow DIR/S, MENUBAR in function in macro, i.e.:
  570.          <F6>OPENI <F6>DIR/S|#||
  571.    4. Allow more than three columns in a MENUBAR.
  572. *  5. HELP INDEX allows user to select item for more help.
  573.    6. Various Kermit improvements.
  574.    7. Improve SETCOLOR NORMAL for different attribute schemes.
  575.    8. Allow BAUD 28800, 38400, 57600.
  576.    9. Allow DELAY, LINE DELAY to go to 65535.
  577.   10. Speed up escape sequence recognition.
  578. * 11. Alt-H produces HELP INDEX from a variety of places.
  579.   12. Allow UFT download with up to 2k displays.
  580.   13. Correct cursor size problem in some models.
  581. * 14. STAY/G - same as STAY, but saves memory for graphic save.
  582. * 15. Alt-M brings up "menu" screen (F5 help screen).
  583. * 16. Alt-X terminates program.
  584.   17. Bug fixed: download from UNIX would timeout at slow baud rates.
  585. * 18. Allow: TRANSMIT TRAILER <DEL> for UNIX.
  586. Changes in 9.5a:
  587.    1. Initialize string used for RETRANSMIT.
  588. Changes in 9.5b:
  589.    1. Don't timeout in data reception.
  590.    2. Add correct pass-thru print code (<ESC>[5i) to vt100.  (Still contains
  591.       <ESC>3).
  592.    3. Improve pass-thru print logic.
  593.    4. Allow DEFINEing keys on numeric pad. NOT FINISHED
  594. Changes in 9.5c:
  595.    1. In Wyse 50, ESC ` A is normal protect character, ESC ` 6 is reverse,
  596.       ESC ` 7 is dim.  Took out erroneous ESC !.
  597.    2. In VT100, added ESC H for set tab.
  598.    3. Add Insert char, Insert mode, Delete char as appropriate.
  599.    4. Correct VT100's scroll region handling.
  600.    5. In Wyse 50, "ESC *" and "ESC ," are clear screen, protect off.
  601.    6. In MONITOR mode, put FRAMING, BREAK, etc. in line.
  602.    7. Restore CTRL-BREAK = BREAK.
  603.    8. In WYSE50, recognize ^X (hex 18) as transparent print on, cancelled by
  604.       DC4 (which also cancels DC2).
  605.    9. In transparent print with UNIX and RMCOS, send XON/XOFF characters
  606.       without looking at incoming XOFF.
  607.   10. ANZIONET version created, to run on Novell Network Async Comm Server.
  608. Changes in 9.5d:
  609.    1. Compile under Turbo Pascal 6.0.
  610. *  2. Support 16550 UART with FIFO.
  611.    3. Don't force to uppercase anything following RUN or RUN/N command.
  612. Changes in 9.5e:
  613.    1. Allow additional comm port options.  Port can be from 1 to 10,
  614.       17 to 26.  Ports translate as follows:
  615.          COMM PORT    BASE I/O ADDRESS (hex)
  616.              1             3F8
  617.              2             2F8
  618.              3             3E8
  619.              4             2E8
  620.              5            3220
  621.              6            3228
  622.              7            As determined by BIOS, stored at 40:0000
  623.              8            As determined by BIOS, stored at 40:0002
  624.              9            As determined by BIOS, stored at 40:0004
  625.             10            As determined by BIOS, stored at 40:0006
  626.       Interrupt vector (IRQ) is 4 for odd numbered comm ports, 3 for even.
  627.       To reverse that, add 16 to comm port (i.e., port 19 would be 3E8
  628.       and IRQ 3)  (see 9.7 below)
  629. Changes in 9.6:
  630.    1. Overlays. (not yet completed)
  631.    2. Merge Kermit code into one unit.
  632.    3. Don't force to uppercase anything following RUN or RUN/N command.
  633. *  4. Upgrade WYSE50 to WYSE60:
  634.          ESC e 0 means propogate on.
  635.          ESC e 1 means propogate off.
  636.          Various codes for graphics character set
  637.          ESC d . means wrap off
  638.          ESC d / means wrap on
  639.          ESC d # means transparent print on
  640.          ESC Z... means define key
  641.          ESC w <x> means display page <x>
  642.          ESC y   means clear eos
  643.          ESC cN  means make box
  644.          ESC cG  means make box
  645.          ESC cF  means fill area
  646.          ESC cH means clear area
  647.          END key generates <ESC> T
  648.          ESC ; means erase screen
  649.          ESC : means erase screen
  650.          Needs:
  651.             ESC z ... means define function key
  652.             ESC <ctrl-whatever> prints low ASCII
  653. *  5. Enhance VT100 toward ANSI and VT220 standards:
  654.          ESC [ <n> L inserts lines
  655.          ESC [ <n> Z means backtab
  656.          ESC [ <n> P means delete chars
  657.          ESC [ <n> M means delete lines
  658.          ESC [ <n> @ means insert chars
  659.          ESC [ <n> S means scroll forward
  660.          ESC [ <n> T means scroll reverse
  661.          ESC [ <n> G means go to position
  662.          ESC [ <n> d means go to line
  663.          ESC [ 1 K   means erase to beginning of line
  664.          ESC [ <n> E means down <n> lines, col 1
  665.          ESC [ <n> F means up <n> lines, col 1
  666.          ESC [ <n> I means TAB <n> times
  667.          ESC [ <n> X means erase <n> characters
  668.          ESC [ <n> b means repeat last character <n> times
  669.    6. Recognize certain escape sequences from "wrong" term type and
  670.       switch automatically.  (subject to "ifdef AUTOTERM")
  671.    7. Use MYCRT unit. (need to test use of myreadkey in return from RUN)
  672.    8. Bug fixed: in VT100 graphics mode, still print other characters.
  673.    9. Restore ability to do 43 or 50-line screen.
  674.   10. If user tries to RUN a file other than a COM or EXE file,
  675.          use COMMAND.COM to do it.
  676. Changes in 9.6a (3-16-92):
  677.    1. Fixed bug: when TIMEOUT happened when receiving UFT data,
  678.       corruption or lockup happened.
  679.    2. Add to VT100:
  680.          <ESC>[..f   alternate form of cursor positioning.
  681.    3. Change name on Wyse50 emulation to Wyse60.
  682. Changes in 9.6b (4-8-92):
  683.    1. For ANZIO14 version, if status returned from INT 14 contains
  684.       hex 1000, terminate ANZIO.
  685. Changes in 9.6c (5-6-92):
  686. *  1. New commands: FIND/S <filespec> returns first filename meeting
  687.         spec. FINDNEXT/S returns next. Directories include trailing
  688.         slashes.
  689. Changes in 9.6d (5-26-92):
  690.    1. Fixed bug in responding to "set tab" escape sequence.
  691.    2. INTERPRET wasn't working if scroll region was set.
  692.    3. Enhance viewpoint (N7901) support:
  693.          <ESC>H for graphics character
  694.    4. For Wyse60
  695.          Ignore <ESC>A - sets message field attribute (used for "flash")
  696. Changes in 9.6e (6-16-92):
  697.    1. Fixed several problems in Wyse60 alternate character sets.
  698.    2. Have Wyse60 mode ignore unimplemented escape sequences.
  699.    3. For Wyse60:
  700.          ESC <control-char> means print the control char.
  701.          Fixed bug in "box" logic for <ESC>cN.
  702. *  4. Do XON/XOFF handshake to suspend host output if buffer almost full.
  703.       Issuing ctrl-S at keyboard suspends output, ctrl-Q resumes.
  704.    5. SCROLL parameter now also applies when we do a clear to end-of-screen
  705.       from line 1 column 1.
  706. *  6. New command: RESET resets terminal (reissuing TERM command
  707.       does the same):
  708.          character sets
  709.          attributes
  710.          wrap mode
  711.    7. Status-return (i.e., from OPENO/S) is now eligible for RETRANSMIT.
  712. *  8. Alt-F brings up "Function" prompt on live screen, like F6 does
  713.       if not over-defined.
  714.    9. DIR/S now returns name in lower case - better for UNIX. For instance,
  715.          recv-uft -t <F6>dir/s|#|
  716.   10. Restore operation: if user entered ANZIO NONE, don't read any key
  717.          file.
  718. Changes in 9.6f
  719.   1. In vt100 mode, ignore <ESC>#<whatever>, used for double-high,
  720.       etc.
  721.   2. Respond to cursor position request:
  722.          vt100: <esc>[6n
  723.          wyse60 : <esc>?
  724.                   <esc>b
  725.   3. Restore (again) ctrl-break = break.
  726.   4. Improve Xon/Xoff handling.
  727.   5. In ANZIO14, set baud rate, etc.
  728. Changes in 9.6g
  729.   1. Xon/Xoff improvement (Transparent print routine won't override COMM
  730.      driver's XOFF)
  731. Changes in 9.7:
  732. * 1. DELAY and LINE DELAY are now machine-independent, in units of 10
  733.      microseconds. Thus a LINE DELAY of 2000 yields a 20 millisecond
  734.      line delay. During migration, old values are ignored.
  735.   2. The timer used in WAIT and to time BREAKs had become inaccurate
  736.      on fast machines. This has been fixed.
  737. * 3. Allow commands to ANZIO to be sent from the host prefixed by
  738.      hex 1C or 1E. Suffix can be 1D, 1F, or, as before, 13 (DC3). This
  739.      should clear up problems working with some modems and muxes.
  740.   4. Separate ctrl-Break from F10, so that if F10 is redefined, Ctrl-Break
  741.      continues to work.
  742.   5. In ANZIONET (6B version), fixed bug that caused some lost data.
  743.   6. In ANZIO14, correct BREAK handling, allow setup with BAUD 19200,
  744.      other features of BIOS Extended Init.
  745.   7. Integrate ANZIOWIN code.
  746.   8. In ANZIOWIN, the old SYNC setting governs how the screen will be
  747.      updated during scrolling, when we get a ways behind the incoming data.
  748.   9. DIR/S will now return full path name of selected file.
  749. *10. DIR and DIR/S will allow you to navigate through subdirectories.
  750.  11. New parameter IGNULL causes incoming null characters to be ignored
  751.      (except in file transfer, etc.). Parameter does not show on help screen
  752.      and is normally false; should only be used on advice from RSI.
  753.  12. New command DELAY/S sends delay, line delay values to host.
  754. Changes in 9.7a:
  755.   1. Add support for upper-pc character set in vt100 emulation, as in Kermit,
  756.      invoked by <ESC>)?.
  757.   2. Add support for vt220 alt char codes invoked by <ESC>n, <ESC>N,
  758.      <ESC>o, <ESC>O.
  759.   3. Fixed bug: wasn't restoring line 25 when setting to 80-col mode if
  760.      already in 80-col mode.
  761. Changes in 9.7b:
  762. * 1. Add a parameter, IRQ, indicating which interrupt line is used by the
  763.      serial port. This allows the user to explicitly set the interrupt
  764.      vector, in cases where their comm board is not set according to
  765.      standards.
  766.   2. When printing out HELP and INTERPRET screens, use underlines to
  767.      indicate highlights.
  768. Changes in 9.8:
  769. * 1. WAITFOR command: WAITFOR <string> [<timeout>]. Can be abbreviated
  770.      WF. Default time is 24 hours. Can be interrupted with any F9 key.
  771.   2. String entries in functions can be quoted, i.e., "abc def".
  772. * 3. Alt-A can function as "panic button", "abort", just
  773.      like any F9 key.
  774. * 4. INVOKE and CALL commands: INVOKE <c> causes macro key c to be started,
  775.      with no return to calling string. CALL is similar, but returns.
  776. * 5. SEND x1 x2 y1 y2. Sends contents of screen back to host. Y1 must equal
  777.      y2. This can also send results into another function.
  778.  Changes in 9.8a:
  779.   1. In Windows version, allow F10.
  780.   2. In Windows version, substitute <shift><ctrl><F1> for <alt-F1>, etc.
  781.   3. In Windows version, load fonts from 'dosapp.fon'.
  782.   4. On initial screen, timeout 10 seconds or until keystroke.
  783.   5. Under DOS 5, was blowing up if user tried to do RUN after STAY.
  784.   6. ACTIVATE command.
  785.   7. ANZIO API calls (DOS version only).
  786.   8. In Windows version:
  787. *    a) New command: FONT h or FONT hxw.
  788.      b) Store separate font height & width for 80-col, 132-col modes in
  789.         DEF file.
  790.      c) On SCREENMODE 132, go to 132-column screen. Revert on SCREENMODE 80.
  791. *    d) New commands: FONT LARGER, FONT SMALLER.
  792.      e) Don't show irrelavent items on HELP screen.
  793.   9. When user changes comm port, change IRQ automatically.
  794. *10. New commands to make adjusting comm parameters easier:
  795.          8N1,  (equivalent to DATA BITS 8, PARITY OFF, 1 stop bit)
  796.               8E1, 8O1, 8N2, 8E2, 8O2,
  797.          7N1, 7E1, 7O1, 7N2, 7E2, 7O2
  798.  11. Bug fixed: <END> was undefined in vt100's alternate cursor mode.
  799. Changes in 9.8b:
  800.   1. Tek Graphics started
  801.   2. Keep ANZIO14 from getting overflows
  802. * 3. Improve pass-through print, especially for WP/UNIX:
  803.         a) increase timeout to 60 seconds
  804.         b) allow all characters (including 7F, FF) in 8-bit mode.
  805.         c) notify user when comm errors occur on pass-through print.
  806.   4. Improve speed on receipt of redundant character encoding.
  807. Changes in 9.8c:
  808.   1. Big speedup in control-code recognition in VT100 mode.
  809.   2. Make ANZIONET work with Novell's NASI 3.0.
  810. Changes in 9.8d:
  811.   1. Speed up handling of ANSI set-mode.
  812.   2. Speed up handling of horizontal scroll.
  813.   3. On READ of keys file, erase old definitions.
  814.   4. RESET can be used to free the cursor when trapped in line 25.
  815. * 5. New keystroke: alt-U is master unlock (like F4).
  816. * 6. Introduce SMALL version of object, named ANZIOS:
  817.         Designed to run as small as reasonably possible, for memory-resident
  818.            operation
  819.         No file transfer
  820.         No REVIEW
  821.         Removed all non-essential functions
  822.         Forces equivalent of "ANZIO /m:1"
  823.         Rearrange code to minimaze stack usage
  824.   7. For VT220, add recognition of additional modes in ESC [ <mode> m:
  825.         22 = normal
  826.         24 = not underlined
  827.         25 = not blink
  828.         27 = not reverse
  829.   8. Change name of VT100 to VT220.
  830. Changes in 9.8e:
  831.   1. Fixes related to WordPerfect graphics:
  832.         a) Make it work on Hercules cards
  833.         b) Fix bug that occurred on second display
  834.         c) Work correctly if user hits <F5>, <alt-M>, <F6>, <alt-F>, <alt-x>,
  835.               etc. while in graphics mode.
  836.   2. Change default tab stops to every 8 columns.
  837. * 3. Provide cursor line/position indicator if GAUGE is ON, and not SMALL
  838.      version, and not DEMO version.
  839. Changes in 9.8f:
  840. * 1. Allow IRQ in range 2-7, 10-15
  841. Changes in 9.8g:
  842.   1. Fixed problem involving large amounts of pass-through print.
  843. Changes in 9.9 (AnzioWin Only)
  844.   1. Added FileDialog calls and correctly checking menu items during
  845.      MyWinMenInit call after MyWinMenus
  846.   2. Correct MenuItem Strings for files to match files to close if file is
  847.      opened.
  848.   3. Within CreateWinProc, of MyWinCrt, added MyWinMenInit.
  849.   4. Within Init_Param2, of Funcs3, added MyWinMenInit after parameters loaded.
  850.   5. Correctly checking menu items each time come back from a Menu message.
  851.   6. Changes to EnumFont of MyWinCrt and to MyWinMenInit for correctly checking
  852.      menu items.
  853.   7. Moved FontInfo and related constants to vars.pas.
  854.   8. Added windows MessageBox for function_error/misc_error in funcs0.
  855.   9. Added capabilities for 'Save Def' and 'Save Keys' to first call a Windows
  856.      MessageBox on close, and if Yes to save, then call the proper File Dialogs
  857.      (funcs3).
  858.  10. Checkmark Monitor in menu when in use.
  859.  11. Dial dialog now asks for retry/wait.
  860.  12. Fix About dialog for AboutBox to include file names and DemoAboutBox if
  861.      ifdef is NCR or DEMO
  862.  13. Clear Wait, Trailer, Sleep, Dial and Delays dialogs before performing
  863.      process_function
  864.  14. Set Wait and Sleep to go to process_function with proper wording
  865.  15. Set Trailer initial value
  866.  16. Rearrange File and View menus, group logically
  867.  17. Correctly select About (demo or normal) and added About Support
  868.  18. Changed opening menu to display About and remove it on mouse move or
  869.      keydown
  870.  19. Changed Font menu items to enable/gray Large/small font if already at its
  871.      limit
  872.  20. In Windows version, allow things like RUN COPY.
  873.  21. Corrected problem with StringIn dialog receiving and getting values
  874.      correctly, separated this into IntegerDialog and StringDialog.
  875.  22. Added menu item for View/Font/Custom Size.
  876.  23. Set up to correctly enumerate fonts.
  877.  24. Make PRINT, KEEP, etc. work in Windows (do WIN_READ_SCREEN_LINE).
  878.  25. (Did WIN_GET_SCREEN_LINE, but apparently not accessible)
  879.  26. Added Windows "Printer setup", "print screen"
  880. *27. New command: EJECT ejects printer.
  881. *28. PRINTER name of WPRN means write to Windows printer driver.
  882. *29. New command (Windows only): PRINTFONT <sss>, where <sss> is
  883.         <height> or <height>X<width>
  884.  30. Corrected problem with ALT-F in myWinCrt (WindowSysKeyDown).
  885.  31. Corrected problem with manually entering Logged Directory name.
  886.  32. Added Startup dialog (InitBox) to be called when no DEF file exists.
  887.  33. Use Windows 3.1 approach to printing.
  888.  34. Disable menu items when not appropriate.
  889.  35. Allow only key events on "keypressed".
  890.  36. Allow all events on "win_top_loop", (new), called from "communicate".
  891.      Thus we should be able to enter most menu items only when appropriate.
  892.  37. Reference correct icon in RegisterClass.
  893.  38. During non-stop receipt of comm chars in "ncr_char", exit every
  894.      clock_tick to allow screen paint, menu actions.
  895. *39. Under Windows, SYNC controls how screen scrolling happens:
  896.         ON    : User will see every line
  897.         OFF   : Will scroll screen immediately, update bottom when there
  898.                 is time
  899.         FAST  : If ANZIOWIN gets "behind", it will repaint the entire
  900.                 screen
  901.  40. Under WINDOWS, cursor (caret) height is GetSystemMetrics(SM_CYBorder)
  902.         (but not less than 2).
  903.  41. WIN: Add accelerators for
  904.              Alt-X = quit
  905.              Alt-U = Unlock
  906.              Alt-B = Break
  907.              Ctrl-Break = Break
  908.              Ctrl-Ins = Copy
  909.              Shift-Ins = Paste
  910.              Alt-A = Grand abort
  911.  42. In Windows, allow CURSOR BLINK OFF.
  912. *43. Allow specification of printer font, as:
  913.         PRINTFONT <h>[X<w>] [fontname]
  914.  44. Use COMMDLG.DLL for file opens.
  915.  45. Use COMMDLG.DLL to choose printer font and size.
  916.  46. In Windows, RUN will cause the ANZIOWIN window to be suspended until
  917.      the created appication (window) terminates.
  918. Changes in 9.9b (WINDOWS):
  919. * 1. When user hits "zoom" or "maximize" box, go to full screen, pick largest
  920.      font that fits, add vertical spacing if necessary. Vertical spacing may
  921.      mean line-drawing set doesn't line up well. Store ZOOMED state in
  922.      parameter file.
  923.   2. Bug fixed: wasn't finding all available system fonts.
  924.   3. Bug fixed: Attributes were not always maintained properly.
  925.   4. Always clear lines using ANZIOWIN's "normal" color.
  926.   5. When SYNC was set to FAST, screen sometimes didn't get updated.
  927. Changes in 9.9c (WINDOWS):
  928.   1. Use common dialog box for PRINTER SETUP. This allows selection of which
  929.      printer, as well as other specifics.
  930.   2. If a print page is open when user does PRINTER SETUP or END, flush the
  931.      page.
  932.   3. Include ability to print to file via Windows' drivers.
  933.   4. Add some accelerators, clean up menu.
  934.   5. Allow RUN of command without ".COM" or ".EXE" without reverting to DOS APP.
  935.   6. Fixed BROWSE dialog so it could be exitted via ESC or from system menu's
  936.       CLOSE.
  937.   7. If specified printer font size is 0, select that printer's default font.
  938.   8. More info on Windows COMM errors (BREAK, FRAMING, OVERRUN, PARITY)
  939.   9. Make accelerators work whether CAPS is on or off.
  940.  10. On COPY TO CLIPBOARD, copy both a text image and a bitmap.
  941.  11. Remove unimplemented menu items.
  942.  12. Add ability to highlight a column, for COPY.
  943. *13. New command: LAUNCH - like RUN/N, but control returns to ANZIOWIN (doesn't
  944.      wait for other program to complete).
  945.  14. Add menu item for SYNC.
  946.  15. Disallow menu items at Function prompt (F6 or Ctrl-Shift-F)
  947.  16. Optimize screen painting.
  948.  17. Optimize serial communications handling.
  949.  18. Ensure that errors during startup don't get erased before
  950.      being seen.
  951.  19. If program is invoked with startup macro, don't display title box.
  952.  20. Bug fixed involving character insertion, deletion.
  953. *21. Windows print routines (WPRN) will now deal with backspace, such
  954.      as for underlining. Overall, WPRN can deal with the following conrol
  955.      codes (in hex):
  956.         08 : backspace
  957.         0A : linefeed
  958.         0C : formfeed
  959.         0D : return
  960. Changes in 9.9c (General):
  961. * 1. Improvements in DIAL function:
  962.         a) Change approach to work with verbal, rather than numeric, responses.
  963.         b) Compatibility with wider range of modem responses. Recognize failure
  964.            responses NO CARRIER, NO DIALTONE, BUSY, NO ANSWER. Recognize as
  965.            success anything starting with CONNECT.
  966.         c) Compatibility with "progress" responses: RING, DIALTONE
  967.         d) Make progress display subject to RECEIVE QUIET.
  968.         e) Fixed bug: sometimes after DIAL, output to screen could not be seen.
  969.   2. Don't force to uppercase these commands: INVOKE, ALL, WF, WAITFOR.
  970. * 3. Store last DIAL information in parameter file. If user issues command to
  971.      DIAL without parameters, last values will be used.
  972.   4. Fixed bug (introduced in 9.8) involving command-line parameter
  973.      to execute a macro.
  974. Changes in 9.9d (Windows):
  975.   1. Handle situation where no Windows default printer is defined.
  976.   2. Fixed bug: highlights weren't always getting removed.
  977.   3. Enhanced RUN command: if we say RUN <fn>, it wasn't finding fn.BAT
  978.      (also applies to LAUNCH)
  979.   4. When saving defaults or keys, bring up correct assumed directory.
  980.   5. Added accelerators for 80x24 (alt-8) and 132x24 (alt-1)
  981. * 6. Added a menu option for a block cursor.
  982.   7. Allow COPY to be done at virtually any time.
  983. * 8. Added BACKGROUND BITMAP capability. Designed for 256-color video only.
  984.      User can select a bitmap (usually 256 colors) for use as a background.
  985.      User can then click or drag with RIGHT mouse button, where different
  986.      points on the screen represent different combinations of brightness
  987.      and contrast. All settings are saved in defaults file.
  988. Changes in 10.0:
  989.   1. Better handling of case of illegal PRINTER name.
  990.   2. In WINDOWS versions, default PRINTER name is 'WPRN'.
  991. * 3. For network connections, allow a command-line parameter:
  992.          /H:<hostname>
  993.   4. WINDOWS: Allow "Abort" from opening dialog asking for params.
  994. * 5. NET: Ask for host name if appropriate
  995. * 6. NET/WINDOWS: Provide menu option for RECONNECT. If RECONNECT is
  996.        ON, then when UNIX closes the connection, ANZIO will issue a new
  997.        CONNECT.
  998. * 7. NET/WINDOWS: provide menu option for HOST NAME.
  999.   8. Don't ask for BAUD, PORT on startup if NET version doesn't need it.
  1000.   9. NET/WINDOWS: Gray out BAUD, PORT menu items if not needed.
  1001. *10. New command: RECONNECT [ON|OFF] only has effect on network connections.
  1002.  11. DOS non-NET version: error in comm routines caused poor performance
  1003.      when using high IRQs.
  1004.  12. DOS non-NET version: detect when IRQ is set wrong. (Later removed)
  1005.  13. Report more informative error messages on communication initialization.
  1006.  14. On receipt of UFT transfer, if we get an "out of sequence", abort the
  1007.      transfer.
  1008. *15. Create version for WINSOCK (Windows Sockets).
  1009.  16. WINDOWS: speed up scrolling by using FMOVE instead of MOVE.
  1010.  17. WINDOWS: Fix bugs involving error messages on startup.
  1011.  18. WINDOWS: fix bug involving REVIEW - cause blowups, lines out of place.
  1012. Changes in 10.0a
  1013.  1. Add 'ESC a' cursor positioning to N7901 emulation.
  1014.  2. Bug fixed in DIAL (bug introduced in 9.9c).
  1015.  3. Indicate invalid functions received from host.
  1016.  4. Command REC is equivalent to RECEIVE (QUIET).
  1017. *5. Command CD is equivalent to LOG.
  1018.  6. Allow changing BAUD, PARITY, DATA BITS, STOP BITS without "dropping"
  1019.     the serial line.
  1020.  7. Allow Ctrl-delete as keystroke in DOS, WIN
  1021.  8. Allow alt-delete as keystroke in DOS only.
  1022.  9. Switching from 132-column mode to 80-column mode now changes logical
  1023.     width back to 80. To set for virtual-132 mode, you must be in 80-column
  1024.     mode and do WIDTH 132 (this should rarely be necessary).
  1025.  10. Bug fixed in WIN: switching from 132 to 80 column mode inside help
  1026.      screen blew up.
  1027.  11. WIN: fixed bug in demo behavior.
  1028.  12. Make runtime parameter /H:<hostname> override a host name in
  1029.      the parameter file.
  1030.  13. DOS version: improve 16550 support:
  1031.         a) reset interrupt controller immediately
  1032.         b) former handling was interfering with Kermit routines
  1033. Changes in 10.0b:
  1034.   1. In "VT220" mode, respond to ESC [ 12 m to set graphics mode as in
  1035.      SCO ANSI console and AT386.
  1036. Changes in 10.0c:
  1037.   1. WIN: Bug fixed - could blow up when writing to a printer
  1038.        directly.
  1039.   2. In COLORS screen, for VT220, refer to "bold" rather than "1/2".
  1040.   3. WIN: Change titles in message boxes from "Error" to program name.
  1041.   4. Bug fixed: could blow up on illegal BOX command.
  1042.   5. WIN: bug fixed: horizontal scrolling could scramble.
  1043.   6. WIN: bug fixed: sometimes wouldn't quit properly.
  1044.   7. WIN: bug fixed: alt-keys sometimes were not recognized.
  1045. * 8. WIN: when window is "unzoomed" or "restored", go back to previous
  1046.      character size, without scrollbars if possible.
  1047.   9. WIN: Be sure that border gets painted after changing colors.
  1048.  10. Allow ESCape from COLOR screen.
  1049.  11. DOS: Removed BAD IRQ test at comm initialization (added 10.0), as it
  1050.      didn't work on all machines.
  1051.  12. DOS: Indicate an apparent BAD IRQ as a communication error.
  1052.  13. WIN: bug fixed: background color left gaps when in full-screen mode,
  1053.      no bitmap.
  1054.  14. WIN: fixed location of block cursor when in full-screen mode.
  1055.  15. Bug fixed: modem noise could cause cursor positioning out of range,
  1056.      resulting in blowups in WIN.
  1057.  16. Optimize display of repeated graphics characters.
  1058.  17. WIN: bug fixed: Alt-A sometimes wouldn't get out of "stuck" loops.
  1059.  18. WIN: bug fixed: insert mode caused corruption.
  1060.  19. In N7901, enhance support for Wyse60-style graphics.
  1061.  20. SOC: Bug fixed: wasn't doing WSACleanup at shutdown.
  1062.  21. Improve timing of macros (startup macro sometimes had trouble with
  1063.         not getting implemented fast enough to catch a WAITFOR).
  1064.  22. Allow setting TERM ANZIO (which is equivalent to TERM VT220)
  1065.  23. WIN: Bug fixed: assumed directory for defaults file was WINDOWS\SYSTEM,
  1066.      now it is the program's directory (also affects ANZIOWIN.HLP).
  1067.  24. WIN: Speed up "jump scrolling" when SYNC is FAST.
  1068. *25. NET: Put in special support for Novell's "TELAPI" for TCP/IP:
  1069.         a) recognize telapi
  1070.         b) do connection automatically
  1071.         c) recognize when Unix has dropped its end of TCP/IP and,
  1072.            if RECONNECT is ON, reconnect, otherwise quit.
  1073.         d) use HOSTNAME for connection. HOSTNAME can be initially
  1074.            specified in the command line with:
  1075.               anzionet /h:<hostname>
  1076.            It is then stored in the parameter file.
  1077. Changes in 10.0d (6-27-94)
  1078.    1. Incorporate updates in TSR routines from Turbo Pro 5.22. This should
  1079.       fix some problems with ANZIO going resident (STAY).
  1080.    2. DOS (TSR): Fixed scan codes for F11, F12.
  1081.    3. Corrected ANZIO.HLP regarding HOTKEY, for fixed scan codes.
  1082.    4. ANZIONET: If DELAY = 0, send to host in blocks, rather than a
  1083.       character at a time; particularly applies to file upload.
  1084.    5. ANZIONET: Speedup by using some assembler code.
  1085.    6. Improve info displays in Kermit file transfer.
  1086.    7. Make Kermit work with AnzioNet.
  1087.    8. Make Kermit work better with AnzioWin.
  1088.    9. WIN: Bug fixed: sometimes scrolled characters were wrong.
  1089.   10. SOC: Bug fixed in telnet protocol - was missing LF after CR.
  1090.   11. WIN: Bug fixed: initial selection of Viewpoint as terminal type was
  1091.       not handled properly.
  1092.   12. WIN: adjust window title.
  1093.   13. WIN: Bug fixed involving insert-line, delete-line.
  1094. Changes in 10.0e:
  1095.    1. Avoid certain problems when SCO host thinks we are an "ansi".
  1096.    2. Improve display speed in N7901, Wyse60 modes.
  1097.    3. WIN: Allow use of sound as in DOS version, based on PITCH variable.
  1098.       If PITCH = 0, uses Windows MessageBeep as before.
  1099.    4. VT emulation: deal with ESC [ r w/out parameters
  1100.          (set default scroll region)
  1101.    5. WIN: bug fixed - sometimes got inverted rectangle when returning
  1102.       from dialog boxes.
  1103.    6. WIN: bug fixed in 7900 mode - attribute field was too long.
  1104.    7. WIN: bug fixed: COPY (to clipboard) sometimes didn't work.
  1105.    8. WIN: notify user properly if comm port is unavailable.
  1106. *  9. WIN: If a region of the screen is highlighted, the menu's
  1107.       Print Screen command (alt-P) will print only the highlighted area.
  1108. Changes in 10.1:
  1109.    1. Begin work on allowing 25-line DOS emulation.
  1110.    2. Recognize and deal with following codes for SCO ANSI and/or AT386
  1111.       emulation:
  1112.          ESC [ .. a    Move right
  1113.          ESC [ .. e    Move down
  1114.          ESC [ .. `    Move to horizontal
  1115.          ESC [ 2 h     Lock keyboard
  1116.          ESC [ 2 l     Unlock keyboard
  1117.          ESC c         Clear and home
  1118.          FF            Clear and home
  1119.          ESC Q ...     Download function key (ignored)
  1120.          ESC [ s       Save cursor
  1121.          ESC [ u       Restore cursor
  1122.          ESC [ = .. C  Set cursor
  1123.          ESC [ 11 m    Set mode to print any PC character
  1124.    3. For SCOANSI and AT386:
  1125.          Assume WRAP ON.
  1126.          Print DEL character as little house.
  1127.          Handle color changes vs. monochrome attributes correctly.
  1128.          Remove "autoterm" ability to recognize and switch TERM types.
  1129.    4. Change behavior of ANSI-style "reverse" - now, if absolute colors
  1130.       have been indicated, just swaps foreground/background.
  1131. *  5. Now allow TERM SCOANSI or TERM AT386.
  1132. Changes in 10.1a:
  1133.    1. Fix bug (introduced 10.1) in 25-line mode.
  1134.    2. In SCO, recognize:
  1135.               ESC [ 2 i         send screen (ignored)
  1136.               ESC [ = .. B      set bell (ignored)
  1137.               ESC [ = .. D      set intensity (ignored)
  1138.               ESC [ = .. E      set blink (0) vs. bold backgnd (1) (ignored)
  1139.               ESC [ = .. A      set overscan color (ignored)
  1140.               ESC [ = .. F      set normal foreground color
  1141.               ESC [ = .. G      set normal background
  1142.               ESC [ = .. H      set reverse foreground
  1143.               ESC [ = .. I      set reverse background
  1144.               ESC [ = .. L      fill region with atts (ignored)
  1145.    3. Do better job of ignoring undefined control sequences.
  1146.    4. Use larger "bullet" character in VT220 set.
  1147. Changes in 10.1b:
  1148.    1. For SCOANSI terminal, reset blink on ESC [ m.
  1149. Changes in 10.1c:
  1150.    1. During reception of pass-through (transparent) print, allow keystrokes
  1151.       to go to host.
  1152.    2. Speed up check for keypressed.
  1153. Changes in 10.1d:
  1154.    1. WIN: Make sure window gets redrawn on font change.
  1155.    2. WIN: Various bugs fixed involving Copy to Clipboard
  1156. *  3. New command: MKDIR <dirname>
  1157.          (makes directory)
  1158. *  4. New command: MKDIR/S <dirname>
  1159.          returns 00 if OK, 01 if fails.
  1160. *  5. New command: COPY <fname> <newname>
  1161.          (note: will blindly overwrite existing <newname>)
  1162.          (will not work if <newname> is a directory)
  1163.    6. Deal with incoming character 255 (occupies a space)
  1164. Changes in 10.1e:
  1165.    1. Make sure we can send out ctrl-_ (= hex 1F) and ctrl-^ (= hex 1E)
  1166.       and ctrl-] (= hex 1D).
  1167.    2. WIN: make sure we don't show two identical font sizes.
  1168. *  3. WIN: add menu item to Zoom/unzoom window. Alt-Z is accelerator.
  1169.    4. WIN: produced a version to work with EVERCOMM.DLL.
  1170.    5. WIN: Allow a SMALL version - just the basics.
  1171.    6. WIN: Changed initial screen font size to 8x12.
  1172. Changes in 10.1f (11-23-94):
  1173.    1. WIN bug fixed: small version could blow up on change to 132x25.
  1174.    2. Cleaned up attribute problems introduced in 10.1 and following.
  1175.    3. RESET command resets terminals "scroll region" also.
  1176.    4. Bug fixed: switching from 132 to 80 could lose screen data.
  1177.    5. Improvements in 25-line vs. 24-line modes.
  1178.    6. Evercomm version renamed "CrowTerm" and "CrowTerm Lite"
  1179.    7. CrowTerm doesn't do initial parameter menu; assumes VT220, UNIX.
  1180.    8. Changed preferred name of "N7901" to "VIEWPOINT"
  1181.    9. WIN: bug fixed: when Sync=fast, sometimes didn't clear to end-of-line
  1182.       when scrolling.
  1183. Changes in 10.1g:
  1184.    1. Bug fixed in underlined printout.
  1185.    2. ANZIOSOC: allow connecting to host by IP address, even if not in HOSTS
  1186.       file.
  1187.    3. Bug fixed in VT220 "insert spaces".
  1188.    4. More improvements in 25-line vs. 24-lines.
  1189.          (In Windows, space is always allocated for the status line,
  1190.             whether used or not)
  1191.    5. Change "EVERCOMM.DLL" to "CROWCOMM.DLL".
  1192.    6. CROWTERM: disable display of BAUD, etc. in "help" screen.
  1193.    7. CROWTERM LITE: Remove "alt-M for Help" from status line.
  1194.    8. DOS: remove "BAD IRQ" message.
  1195.    9. WIN: add pass-through print support (to WPRN only) to
  1196.       small (LITE) versions.
  1197.   10. TEK graphics cleanup (used mainly by Word Perfect/Unix):
  1198.         a) DOS: ignore COMM errors in TEK mode
  1199.         b) DOS: send XOFF just before going to TEK mode
  1200. *       c) WIN: add TEK graphics to Windows versions
  1201.         d) DOS: ignore palette settings, because they cause overruns
  1202.            on some video boards
  1203. Changes in 10.1h:
  1204.    1. Bug fixed in VT220 "insert space".
  1205.    2. More cleanup in TEK graphics.
  1206. Changes in 10.1j:
  1207.    1. WIN: bug fixed: dialog boxes wouldn't let you alt-tab away.
  1208.    2. WIN: provide some help for adjusting background bitmap, by means
  1209.       of a modeless dialog box.
  1210.    3. WIN: bug fixed: could cause blowup in using common dialog box
  1211.       routines.
  1212.    4. WIN: don't blink cursor if not "in focus" (active window).
  1213. *  5. SOC: display dialog box while connecting, allow cancel.
  1214.    6. WIN: bug fixed in recognizing ctrl-F12.
  1215. Changes in 10.1k:
  1216.    1. WIN: try to speed up scrolling when in FAST mode.
  1217.    2. WIN: make sure font resource gets removed.
  1218.    3. WIN: bug fixed: if user tried to save parameters with existing file name
  1219.            such as "unix", it saved them as "unix.def".
  1220.    4. WIN: Bugs fixed in File Open.
  1221. *  5. WIN: Allow SCREENMODE command to specify a general format
  1222.              <cols>X<rows>
  1223.    6. SOC: Improve dealing with WINSOCK (especially Trumpet) when trying to
  1224.       send character during massive incoming data, on slow PCs.
  1225. Changes in 10.2:
  1226.    1. WIN: Various optimizations in display, scrolling
  1227.    2. WIN: If SAVE KEYS and/or SAVE DEFAULTS have been removed from the menu
  1228.       with a resource editor, the program will not ask to save that item on
  1229.       exit.
  1230. *  3. WIN: Implemented PASTE of text data from clipboard to host.
  1231.    4. SOC: Optimize, by reducing calls to fetch_from_comm.
  1232.    5. WIN: Bug fixed in COPY of partial line(s) to clipboard.
  1233.    6. WIN: Added COPY to SMALL (LITE) version.
  1234.    7. WIN: On COPY, don't include CR/LF on last (or only) line.
  1235.    8. WIN: Added REVIEW to SMALL version.
  1236.    9. WIN: In LITE version, use standard Windows cursor, not the artificial one
  1237.       needed with background bitmaps.
  1238. Changes in 10.2a:
  1239.    1. For VT220 emulation (and derivatives), coded into program the
  1240.       following keys, for which a keys file is now no longer needed:
  1241.          PageUp = ESC [ 5 ~
  1242.          PageDn = ESC [ 6 ~
  1243.          Insert = ESC [ 2 ~
  1244.    2. Improve highlighting with mouse.
  1245. Changes in 10.2b:
  1246.    1. SOC: improve speed, especially with Trumpet Winsock, by dynamically
  1247.       testing methods of polling.
  1248.    2. WIN LITE: more memory for review buffer.
  1249. Changes in 10.2c:
  1250.    1. Hard-coded VT100 keys F1 - F4.
  1251.    2. Shrink code a bit.
  1252.    3. WIN: bug fixed in timing routines, when Windows has been running
  1253.       overnight.
  1254.    4. DOS: If MODE-132 is zero, and we want to display 132 columns, try VESA
  1255.       mode 109.
  1256.    5. Include VIDMODES.EXE
  1257.    6. Include VWPT.KYS, VWPT.DOC
  1258. Changes in 10.2d:
  1259.    1. Optimize escape-code handling, especially VT-style.
  1260.    2. If user enters command SAVE, and no keys file has been established,
  1261.       uses ANZIO.KYS.
  1262.    3. Optimize standard character reception.
  1263.    4. LITE: added font-sizing, zoom.
  1264.    5. WIN: optimize cursor handling.
  1265.    6. SOC: restore lost ability to detect dropped connection
  1266. Changes in 10.2e:
  1267.    1. SOC: check for dropped connection only once per second
  1268.    2. SOC: remove checks of WSAIsBlocking.
  1269. Changes in 10.2f:
  1270.    1. Fixed bug introduced 10.2d causing weird behavior at end-of-line.
  1271. Changes in 10.2g:
  1272.    1. WIN: better behavior on partial screen scrolls when bitmap showing.
  1273.    2. WIN: make sure we free up memory used by bitmap.
  1274.    3. SOC: remove some diagnostic messages left by mistake.
  1275.    4. CROWCOMM: up to 1.4
  1276.    5. VT emulation: deal with ESC [ 0 ; 0 r (sets scroll region to entire
  1277.       screen)
  1278.    6. Allow space between parameters "/h:" and hostname, for use with
  1279.       Netscape.
  1280.    7. SOC (including Lite): use hostname as part of Window title.
  1281.    8. SOC (including Lite): allow hostname to include a "port" for telnet
  1282.       (default is 23).
  1283.    9. SOC: If user CANCELS out of CONNECT process, ask for new host name.
  1284.   10. LITE: On startup, after banner screen, remind user it's unregistered.
  1285.   11. WIN: On startup, don't display startup screen unless unregistered, or
  1286.       startup with no DEF file.
  1287. Changes in 10.2h:
  1288.    1. Corrections in VT220 emulation:
  1289.          a) Reverse index (ESC M) was wrong.
  1290.          b) Changing scroll region resets cursor to home position.
  1291.          c) Setting to 80 or 132 columns clears scroll region.
  1292.          d) Setting to 80 or 132 columns (from host) clears screen.
  1293.          e) Clear screen (ESC [ 0 J) shouldn't move cursor.
  1294.          f) Added erase to beginning of screen (ESC [ 1 J)
  1295. Changes in 10.2i:
  1296.    1. VT220: deal with (ESC [ ; r)
  1297. Changes in 10.2j:
  1298.    1. SOC: Fixed bug in dialog box asking for host name.
  1299.    2. WIN: bug fixed: when no characters in buffer, wait for a Windows event.
  1300.       This results in much lower load on the processor.
  1301. Changes in 10.3:
  1302.    1. In some "HIT ANY KEY" prompts, hitting a special key could cause
  1303.       spurious input.
  1304. *  2. Allow upper-ascii (ISO) characters to be sent to host.
  1305.    3. Allow macros to be attached specifically to numeric pad keys,
  1306.       "gray" keys.
  1307.    4. Make ctrl-@ (and ctrl-2) send out a null (hex 00).
  1308.       Make ctrl-dash send out a ctrl-underscore (hex 31).
  1309.       Make ctrl-6 send out a ctrl-^ (hex 30).
  1310.    5. WIN: be sure to kill timers on exit.
  1311.    6. SOC: improve handling of telnet protocol; avoid getting spurious character
  1312.            255.
  1313.    7. WIN: Double-clicking on title bar zooms/unzooms
  1314. *  8. WIN: Add menu item Backspace 127
  1315. *  9. WIN: Begin Windows help system
  1316.   10. WIN (serial): Be sure to drop DTR signal on startup
  1317.   11. WIN: Make ctrl-space send out a null (hex 00)
  1318.   12. WIN: Process TAB characters in Windows printer driver (WPRN).
  1319.   13. WIN: Changed menu item BACKSPACE 15 to BACKSPACE 21 (seldom used anyway)
  1320.   14. Make ctrl-H available, even if BACKSPACE is 127.
  1321. * 15. WIN: Change approach to jump scrolling:
  1322.         a) menu now refers to Jump Scroll off/medium/fast
  1323.         b) separate parameter item from DOS Sync
  1324.         c) New command: JUMP OFF | JUMP MEDIUM | JUMP FAST
  1325.         d) JUMP OFF shows every line
  1326.            JUMP MEDIUM suspends scrolling,
  1327.               repaints when half a screen behind
  1328.               and there are > 100 characters in the buffer
  1329.            JUMP FAST suspends scrolling,
  1330.               repaints when an entire screen behind
  1331. Changes in 10.3a
  1332.    1. Finish changes to routines to read, write keys files.
  1333.    2. Track better when keys file has changed.
  1334.    3. 8-bit character set is ISO for VT220, ANZIO, otherwise PC
  1335.       set.
  1336.    4. WIN: menu changes:
  1337.         a) Remove Sleep, Wait, as they only make sense in a macro.
  1338.         b) Rearrange items affecting serial ports
  1339. *  5. WIN: Program is now designed so that any menu item, even a whole
  1340.       column, can be removed from the .EXE (with a resource editor), and
  1341.       things will work correctly.
  1342. Changes in 10.3b:
  1343.    1. WIN: bug fixed in SLEEP command.
  1344.    2. SLEEP now interruptible by alt-A, not just any key.
  1345.    3. Bug fixed in handling of alt-A (grand abort)
  1346.    4. Fixed bug (introduced in 10.3) in F2, F3.
  1347.    5. Initial work on Kermit auto-download.
  1348. *  6. SOC: add option to pass terminal type.
  1349.    7. WIN: in menu for terminal type, distinguish between ANZIO and VT220.
  1350.    8. SOC: enlarge dialog box for host name, other strings.
  1351.    9. SOC: deal with telnet "echo" option.
  1352.   10. WIN: in zoomed mode, extend line-draw characters downward.
  1353. * 11. WIN: expanded Color menu into submenu with Standard, Reverse, and Custom
  1354. * 12. WIN: added Custom to Screensize menu - allows specifying variable number
  1355.       of rows, columns.
  1356.   13. SOC: added Communicate:TERM name option - if user puts in a string here,
  1357.       it will be passed as the telnet TERMTYPE when requested.
  1358. * 14. Respond to host request for terminal type:
  1359.          If Wyse 60, respond to ESC SPACE with "60" then CR
  1360.          If VT220 or related, respond to ESC Z or ESC [ c or ESC [ 0 c
  1361.             with ESC [ ? 62 ; 1 ; 2 ; 6c
  1362. Changes in 10.3c:
  1363.    1. SOC: Correct sending of Window Size to host - allow one line for status
  1364.       info.
  1365.    2. WIN: Correct handling of Custom Screen Size for one line of status.
  1366.    3. WIN: Fix handling of font with custom screen size - now uses the
  1367.       132-column font if screen width is > 80 characters.
  1368.    4. WIN: Prevent setting screen width < 80.
  1369. Changes in 10.3d:
  1370.    1. LITE: fixed bug in setting TERM NAME.
  1371. Changes in 10.3e:
  1372.    1. WIN: Allow a BACKTAB (shift-tab) keystroke (used by Wyse).
  1373.    2. Fixed bug involving DEL key in CALCulator.
  1374.    3. Fixed bug in TERM command.
  1375.    4. Fixed bug in macro redefinition.
  1376.    5. WIN: Changed default Bold color to red on white.
  1377.    6. Wyse: Treat ESC 3 as "clear all tabs" (undocumented), so we don't hang
  1378.       on Unix "tset".
  1379.    7. Bug fixed: lost Alt-A as abort in 10.3.
  1380.    8. Fix "download" shell script (to version 1.1).
  1381.    9. Fix alt-F11, alt-F12 in ANZIOTIC.KYS.
  1382. Changes in 10.3f:
  1383.    1. SCOANSI: deal with ESC [ <num> g : Print one graphics character.
  1384.    2. If we receive an escape sequence for 80-column mode, and we're already
  1385.       there, don't reset the screen (and WINDOW size).
  1386. *  3. Add automatic Kermit download to Anzio Lite.
  1387.    4. SCO: react to undocumented means of setting colors: ESC [ 2; fg; bg m.
  1388.    5. Wyse: react to ESC f ... define status line.
  1389.    6. Wyse: react to ESC z ( ... define status line.
  1390.    7. Wyse: react to ESC z field ... label function key.
  1391. *  8. Discriminate TERM setting of Wyse50 vs. Wyse60 (difference is
  1392.       whether video attributes propogate).
  1393. Changes in 10.3g:
  1394. *  1. Track separately (for 80 and 132 column modes) whether user wants
  1395.       screen zoomed.
  1396.    2. WIN: Bug fixed: DELAY and LINE DELAY timing could be wrong on very fast
  1397.       machines.
  1398.    3. WIN: bug fixed: could get system freeze when unzooming the window.
  1399.    4. SCOANSI: programmed Backtab (in SCOANSI.KYS) to send ESC [ Z. This
  1400.       matches what the SCO console sends, if patch SLS UOD369B has been
  1401.       installed.
  1402.    5. VT220.KYS: added an F5 definition. Effectively hides the old F5 help
  1403.       screen from neophyte users.
  1404. Changes in 10.3h:
  1405.    1. WIN: minor changes in font handling.
  1406. *  2. WIN: TITLE command (and Window Title menu item) changes window's title.
  1407.       Priority of titles is now:
  1408.              1) Specified title
  1409.              2) If a host name exists, program name plus host name
  1410.              3) Program name plus defaults file name
  1411. Changes in 10.3j:
  1412.    1. WIN: Improve font handling when called from Netscape.
  1413.    2. WIN: Change Standard color's BOLD UNDERLINE to $FC (Red on White,
  1414.       underlined)
  1415.    3. WIN: When printing with an ANSI font, convert characters. Line-draw
  1416.       characters come out as '+', '-', '|'.
  1417. *  4. WIN: Remember last window position (unless there are multiple instances
  1418.       running). Note: at this version, window may not stay positioned at
  1419.       extreme bottom of screen.
  1420. *  5. SOC: Improve handling of hosts that don't echo.
  1421.    6. WIN: changed behavior in positioning window if it would overrun the
  1422.       bottom or right side of the screen. Previously, it would revert to the
  1423.       center. Now, it will nudge only as far as necessary.
  1424. Changes in 10.3k:
  1425. *  1. SOC: Allow free resize of the window by dragging sizing bar. Sends new
  1426.       size to host, if it accepts it.
  1427.          a) Will not react to widths < 80, as those are illegal.
  1428.          b) Note that if width is > 80, program will use font size associated
  1429.             with 132-column mode.
  1430. Changes in 10.3m:
  1431.    1. SOC: Try host string as an IP address first, for speed.
  1432.    2. SOC: Show cancellable dialog box during host name resolution, in case it
  1433.       isn't working for some reason.
  1434.    3. SOC: When command line contains "/h:hostname" (with or without a space),
  1435.       if the next parameter string is numeric, treat it as a host number. This
  1436.       is designed especially for Netscape.
  1437.    4. VT220, etc.: allow more modes in a mode-setting string, i.e.,
  1438.       ESC [ 0 ; 35 ; 1 ; 47 m.
  1439. Changes in 10.3n:
  1440.    1. Bug fixed in responding to tab setting commands from host.
  1441.    2. For terminal types that support tab, set tabs to every 8 positions
  1442.       whenever we reset the terminal type.
  1443. Changes in 10.3p:
  1444.    1. Remove Kermit auto-reception, until further refined.
  1445. Changes in 10.3q:
  1446.    1. WIN: Make sure title box's timer gets killed.
  1447.    2. Bug fixed: In VT220, character 0C is like a linefeed; in other
  1448.       Ansi-style, it clears the screen.
  1449.    3. WIN: Improve speed in handling erase-to-end-of-line, other space-fills.
  1450.    4. Removed prior feature of local flow-control, as it conflicted with some
  1451.       host programs, such as Emacs.
  1452.    5. Remove free resize capability -- caused an added line on startup.
  1453.    6. When command line parameter is 1 character long (ie., an auto-start
  1454.        macro), don't uppercase it.
  1455.    7. On Copy to Clipboard, make sure cursor doesn't show
  1456.    8. VT220, related: Recognize ESC [ ? 5 i as AUX PRINT ON, treat as
  1457.        transparent print. ESC [ ? 4 i turns it off.
  1458.    9. Remove old carryover from N7900: ESC 3 = transparent print, ESC 4 = off.
  1459.   10. SOC: If the Communicate:Network:Host name menu item has been removed,
  1460.         then disallow all prompts for host name. Thus if initial connection
  1461.         fails, the program will quit.
  1462.   11. In Kermit: allow aborting of initial state of file reception;
  1463.                  allow aborting with Grand Abort
  1464. Changes in 10.3r:
  1465. *  1. Allow command line parameter to define a macro (to be used as a
  1466.       variable):
  1467.          /D<k><space><string>
  1468.       where <k> is the key, <space> is optional, and <string> is the
  1469.       string. Thus if the macro "D" was predefined as
  1470.          <F6>dial <F6>call n||
  1471.       then the command line
  1472.          anzio D /dn555-1212
  1473.       would define the "n" macro, and execute the "D" macro.
  1474. *  2. WIN: New command: PASTE (does same as menu item)
  1475. *  3. WIN: New command: CLIP does copy to clipboard.
  1476.          CLIP by itself will copy the whole window, or
  1477.          CLIP <x1> <x2> <y1> <y2>
  1478.    4. Bug fixed in dealing with invalid rectangle specification
  1479.    5. Bug fixed: Grand abort wasn't killing macro.
  1480. Changes in 10.3s:
  1481.    1. Wyse: react to ESC / and ESC w ` by sending cursor page, line, col. For
  1482.       now, reports page as 0.
  1483.    2. Bugs fixed in Wyse response to cursor position request: ESC ? and ESC b
  1484. Changes in 10.3t:
  1485.    1. Kermit auto-reception: if we can't process the first packet, assume it's
  1486.       not really Kermit coming in, and bail out.
  1487.    2. WIN: Add menu item: Communicate:Kermit:Auto reception. When unchecked,
  1488.       will not go into Kermit logic on receipt of a control-A.
  1489.    3. Kermit auto-reception put back in.
  1490.    4. Lite: Unregistered version will now show banner dialog box for 15
  1491.       seconds, not allowing user action.
  1492.    5. Kermit bug fixed: didn't handle CRC check correctly (seldom used)
  1493.    6. Wyse: bug fixed in recognition of long escape sequences.
  1494.    7. VT220: Treat VT (hex 0B) as linefeed.
  1495.    8. Include keys files in downloadable (unregistered) version.
  1496.  
  1497. CAPPED AS 10.4 (9-21-95)
  1498.    Summary of Improvements Since 10.3d:
  1499.       * Many emulation improvements
  1500.       * Improvements in handling the connection phase in TCP/IP
  1501.       * Added Kermit auto-download, including in the Lite version
  1502.       * Added Wyse 50 emulation
  1503.       * Save and reset window position, zoom status for 80, 132
  1504.         column modes.
  1505.       * Deal with non-echoing host systems
  1506.       * Remove local Xon/Xoff assumption, so it will work with Emacs
  1507.       * Add keys files to Lite Unregistered version
  1508.       * Macro language improvements (not in Lite):
  1509.           > CLIP, PASTE macro commands
  1510.           > Create macro/variable from command line
  1511.  
  1512. Changes in 10.4a:
  1513.    1. Bug fixed in Kermit reception in Anzio Lite.
  1514.    2. Bug fixed: Wyse started up with incorrect graphics-mode set.
  1515. Changes in 10.4b:
  1516.    1. Bug fixed (affected SCOANSI in vi) in insert at end-of-line.
  1517. Changes in 10.4c:
  1518.    1. Bug fixed (introduced in 10.3r) wouldn't allow text commands
  1519.       PRINT, KEEP
  1520.    2. VT220: respond to request for printer status ESC [ ? 15 n
  1521.       (currently always says ready)
  1522. Changes in 10.4d:
  1523.    1. VT220 bug fixed: reports of printer status, cursor position should
  1524.       not include RETURN at end.
  1525.    2. SOC: If WINSOCK doesn't support async name resolution, use sync.
  1526.    3. WIN: If "Font size" menu items have been deleted, don't insert
  1527.       font sizes.
  1528.    4. New command: "ENV/S name", sends environment variable to host
  1529.       (without RETURN).
  1530. Changes in 10.4e:
  1531.    1. WIN: add keystrokes (which can now have macros attached):
  1532.          Ctrl-Insert
  1533.          Ctrl-up
  1534.          Ctrl-Down
  1535.       Note: Use of Ctrl-Insert requires the user to remove the corresponding
  1536.       item from the Accelerators resource, using a resource editor.
  1537. Changes in 10.4f:
  1538.    1. Allow separate definitions of numeric-pad keys, active only when
  1539.       NUMLOCK is OFF.
  1540.    2. Provide new keys file "VT220N.KYS" (N for Native). Defines num-pad
  1541.       keys. Also codes as follows:
  1542.          PC key   VT220 key
  1543.          ------------------
  1544.           Num+     Num,
  1545.           Home     Find
  1546.           End      Select
  1547.           Del      Remove
  1548.       Note that F1-F4 still function as PF1-PF4.
  1549. Changes in 10.4g:
  1550.    1. Make sure DEF and KYS files are opened read-only.
  1551.    2. Restore ability to embed special keys in macros.
  1552.    3. Compile-time option of a special WINSOCK debug version.
  1553. Changes in 10.4h:
  1554.    1. Attempt to decipher bug in Lan Manager's Winsock.
  1555. Changes in 10.5:
  1556.    1. WIN: Change initialization dialog box to use listboxes, provide
  1557.       all emulation types.
  1558.    2. On fresh startup, load appropriate keymap file.
  1559.    3. WIN: On change of TERM type, remind user to load keys file.
  1560.    4. SOC: Ask for host name earlier.
  1561.    5. SOC: Change default value of RECONNECT to false.
  1562.    6. Transmit macro keys (function keys) faster.
  1563. Changes in 10.5a:
  1564.    1. VT220: Recognize and deal with 8-bit control codes.
  1565.    2. VT220: Ignore unknown codes more like the VT220 does
  1566.       (such as ESC [ ... ' z).
  1567.    3. WIN: Allow macros to be attached to additional keys:
  1568.          shifted cursor arrow keys
  1569.          shifted Home, etc.
  1570.          ctrl-Tab
  1571.          ctrl-shift-tab
  1572.       Note keystroke combinations involving Insert and Delete may
  1573.       conflict with accelerator keys, so they will only work if
  1574.       the corresponding accelerator keys have been removed from the
  1575.       EXE with a resource editor.
  1576. Changes in 10.5b:
  1577.    1. New capability and text command: FLUSHTIMER <x>. If we have printed
  1578.       something, and it's sitting in a Windows or network buffer, then after
  1579.       <x> seconds, we'll flush it out. Set FLUSHTIMER to 0 to disable. If
  1580.       <x> is low, such as 1, then print-screens will be ejected immediately.
  1581.       To get more than one image on a page, set the number high, or 0 to
  1582.       disable. For passthrough-print, if the end of the print stream means
  1583.       the end of a print job, set this low. On the other hand, if passthrough
  1584.       data comes in pieces, set it high or disable it.
  1585.    2. Windows passthrough print (through the WPRN pseudo device) no longer
  1586.       treat each page as a job.
  1587.    3. WIN: The Eject item on the menu now closes the page and the document.
  1588.    4. The EJECT text command works as before: if the printer is the WPRN
  1589.       device, it closes the page and the document. If a file or device,
  1590.       it writes a formfeed to it.
  1591.    5. New command: FLUSH. Close the document - same thing that happens when
  1592.       FLUSHTIMER times out.
  1593.    6. WIN: Allow definition of shift-BS, ctrl-BS, ctrl-shift-BS.
  1594.    7. VT220:
  1595.          * On receipt of SUB (hex 1A), display upside-down question
  1596.            mark
  1597.          * Deal with more VT220 8-bit codes
  1598.          * Origin mode (ESC [ ? 6 h)
  1599.          * Soft reset (ESC ! p)
  1600. Changes in 10.5c:
  1601.    1. VT220: Allow linefeed when we're past column 80.
  1602.    2. Initialize FLUSHTIMER to 5 seconds.
  1603. Changes in 10.5d:
  1604.    1. WIN: Bug fixed (introduced 10.5b) in Print Window.
  1605.    2. WIN: Command line parameter "/c" for choose - allows user
  1606.       to choose among available ".DEF" files on startup.
  1607.    3. Make INTERPRET show 8-bit data.
  1608.    4. Wyse, Viewpoint: fix behavior of "cursor-up" code at top
  1609.       of screen.
  1610.    5. VT220: Bug fixed in cursor-up.
  1611.    6. VT220: Bug fixed in cursor-down, linefeed outside scroll
  1612.       region.
  1613.    7. VT220: deal better with VMS's cursor positioning (position
  1614.       to column 81 acts like 80).
  1615. Changes in 10.5e:
  1616.    1. LITE: allow access to Auto-Linefeed, Block Cursor.
  1617. Changes in 10.5f:
  1618.    1. LITE: bug fixed in auto-linefeed.
  1619. Changes in 10.6:
  1620. *  1. Kermit speedups:
  1621.         * Allow longer incoming packets.
  1622.         * Optimize outgoing Kermit packets for TCP/IP
  1623.           (fewer TCP/IP packets).
  1624.         * Negotiate 8-bit prefixing
  1625.         * Reset default parameters for each operation
  1626.    2. WIN: Create a unified version supporting serial, Winsock, Novell
  1627.       WLIBSOCK, PicLan (not finished at this release).
  1628.    3. In Interpret, for terminal types with 7-bit character sets,
  1629.       ignore 8th bit in display.
  1630.    4. Add C332 (VERSYSS) emulation.
  1631.    5. Change handling of "invisible" attribute.
  1632. Changes in 10.6a:
  1633.    1. Bug fixed: restored backspace capability in CALC (calculator)
  1634.    2. Improvements in C332 emulation:
  1635.          * Passthru print: start on ESC ; 6, end on ESC ; 1
  1636.          * Placing attribute field at column 80 now wraps to column 1,
  1637.             next line.
  1638.          * Make sure propogating attributes propogate to end of screen (or
  1639.             next attribute)
  1640.          * TAB character goes to next field (if cursor is on a field indicator,
  1641.            goes one to right)
  1642.          * Implement protected fields (clear unprotected clears from cursor to
  1643.            end of screen, leaves attributes in place)
  1644.          * Overwriting a field indicator causes previous field, and its
  1645.            attribute, to propogate
  1646.          * ESC A (cursor up) wraps at top of screen
  1647.          * Deal with status line commands
  1648.          * Reset (ESC K) also clears status line
  1649.          * ESC [ ? E 2 goes into VT220 mode
  1650. *  3. Improvements in printer control:
  1651.          * Store in parameter file whether to use default printer or a
  1652.            specific printer name
  1653.          * Store in parameters file the printer's
  1654.            DEVMODE, which contains various printer setup fields, such as
  1655.            orientation, draft mode.
  1656.          * Store whether to print to a file.
  1657. *  4. New menu item: File:Low-level print used for passthru print of
  1658.        formatted data. Use this setting when the host-based program
  1659.        formats the output for a particular printer type, with Escape
  1660.        codes for such things as bold print, etc.
  1661.    5. When a status line has been downloaded from the host, don't mess it
  1662.        up with NUM, CAPS, LOCK.
  1663. Changes in 10.6b:
  1664.    1. WIN serial: Add RTS hardware flow control on incoming data (cleared
  1665.        up some passthru print problems with "pine").
  1666.    2. WIN printing (WPRN): reset font after each page break. This fixes
  1667.        a problem with some printer drivers, where the font on passthru print
  1668.        would revert to default after the first page.
  1669.    3. WIN bug fixed: when window is going from iconic to zoomed, remove
  1670.       scrollbars.
  1671.    4. WIN bug fixed: when restoring from iconic, don't use scrollbars
  1672.       unless necessary.
  1673.    5. WIN bug fixed: when scroll bars are in use, would sometimes display
  1674.       partial characters.
  1675. *  6. WIN: Make it possible to access various ALT key combinations, if
  1676.       they are not assigned as accelerators.
  1677.    7. Improve display of KEYS screen.
  1678.    8. Speedup in escape-code recognition in non-ANSI terminals (Wyse,
  1679.        C332, Vwpt)
  1680. Changes in 10.6c:
  1681.    1. WIN: In WPRN driver, if using LOW PRINT, don't translate characters
  1682.        if printer font is non-OEM.
  1683. *  2. Internationalization: Allow keystrokes to be sent properly in either ISO
  1684.       mode (if TERM is ANZIO or VT220) or PC character set (if TERM is AT386
  1685.       or SCOANSI).
  1686.    3. Allow FUNC prompt to handle extended-ASCII keys.
  1687.    4. C332:
  1688.          Respond to ESC y by returning ESC to host.
  1689.    5. Display KEYS in sorted order.
  1690.    6. Allow access to alt-home, alt-up, etc.
  1691. Changes in 10.6d:
  1692.    1. Begin work on National Replacements Characters.
  1693.    2. Bug fixed: macro playback of more than 20 characters to host at a time
  1694.       would blow.
  1695.    3. In unregistered Windows versions, print a message on bottom of each page.
  1696.    4. WIN bug fixed: couldn't handle PASTE greater than 64K.
  1697.    5. SOC, Lite: make sure telnet options get reset on reconnect.
  1698. *  6. WIN: Added Flush Timer to menu. See help file for more info.
  1699.    7. SCO ANSI corrections:
  1700.          Setting BOLD, then setting colors leaves bold in place.
  1701. Changes in 10.6e:
  1702.    1. For C332: when in VT220 mode, recognize:
  1703.          ESC [ ? E 1 to go back to C332 mode
  1704.          ESC [ ? C r to go back to C332 mode
  1705. Changes in 10.6f:
  1706.    1. For C332:
  1707.       * Bug fixed in switching emulation modes (would show foreign characters).
  1708.    2. Implement paging for C332, Wyse
  1709.    3. WIN: bug fixed: insert_line, delete_line could sometimes not fully clear
  1710.       the new line, in the review buffer.
  1711.    4. For Wyse50/60: Write-protect mode defaults to "dim" attribute
  1712.        (was reverse).
  1713. *  5. On SCO, in Wyse 60 mode, "mscreen" now works.
  1714. Changes in 10.7:
  1715.    1. WIN: Allow switching video driver to allow foreground, background
  1716.       brightness, for SCOANSI emulation.
  1717.    2. WIN: Bug fixed in low-level print.
  1718. *  3. VT220: Respond to codes for National Replacement Character sets (NRCs).
  1719. Changes in 10.7a:
  1720.    1. More improvements in NRCs.
  1721.    2. VT emulation:
  1722.          a) Deal with ESC [ ESC
  1723.          b) Cursor-right command should stop at right edge
  1724. Changes in 10.7b:
  1725.    1. WIN: Fix ctrl-space = null
  1726.    2. WIN: Make printer auto-flush work when "Low-level Print" is on.
  1727.    3. WIN: Allow sending, receiving characters from an outside application
  1728.       (used for CrowFlite).
  1729. Changes in 10.7c:
  1730. *  1. Enable National Replacement Character sets (NRCs), tracked in the
  1731.        DEF file. In WIN, shows as "Character Set" on menu. Text command is
  1732.        "CHARSET <name>".
  1733.    2. If command-line parameter is "/c" to force the user to choose a DEF file,
  1734.       and the user hits ESC, quit program.
  1735. *  3. Command-line parameters can be in double-quotes, including open-ended.
  1736.         This is especially useful to define macros with embedded spaces, which
  1737.         can be used in firewall situations. For instance,
  1738.          ANZIOSOC /DC "hostname port
  1739.       would assign to macro "C" the contents "hostname port". This could then be
  1740.       used in a login macro, such as:
  1741.          <F6>Waitfor ogin|myname|<F6>Waitfor assword|mypass|telnet <F6>call C||
  1742.    4. WIN: Speedup gained by shipping programs compiled in Delphi.
  1743. Changes in 10.7d:
  1744.    1. VT220:
  1745.          ESC 1 " q   Write-protect on
  1746.          ESC 0 " q   Write-protect off
  1747.          ESC 2 " q   Write-protect off
  1748.          ESC ? <n> K Erase unprotected in line
  1749.          ESC ? <n> J Erase unprotected in screen
  1750.    2. Make sure data coming in for passthrough print is not translated
  1751.       or masked in any way, as it may be 8-bit data.
  1752.    3. In telnet sessions, be sure to throw away NULL after CR.
  1753.    4. Support keys F13-F20 (normal, shift, ctrl) on DEC LK450 keyboard.
  1754.    5. WIN: Improve TEK graphics mode used for Word Perfect/Unix support.
  1755. Changes in 10.7e:
  1756.    1. WIN: Behave properly when user shuts down all of Windows, such as
  1757.       closing communication session, saving settings, flushing printer.
  1758.    2. WIN: Connect vertical double lines when zoomed.
  1759. Changes in 10.7f:
  1760.    1. Bug fixed could lead to General Protection Fault on startup in Demo
  1761.       versions.
  1762. Changes in 10.7g:
  1763.    1. WIN: Bug could cause GPF with MS/Office 95 Toolbar.
  1764.    2. Further C332 enhancements.
  1765. Changes in 10.7h:
  1766. *  1. New command: MESSAGE <text>
  1767.       Displays a message box, requires an OK. Can be used to flash a
  1768.       message from the host.
  1769.    2. WIN: New command: PRINTLOW ON | OFF
  1770.    3. WIN: New command: CHOOSEPRINT
  1771.       Brings up printer selection dialog box, like File:Printer Setup.
  1772. *  4. WIN: New command: PLAYSOUND <filename.wav>
  1773.    5. LITE: Bug fixed (introduced 10.7d) in position of Block Cursor - left
  1774.       droppings on screen.
  1775.    6. WIN: Restore non-blinking cursor (CURSOR BLINK OFF) capability.
  1776. Changes in 10.7j:
  1777.    1. Wyse 60 protected fields.
  1778.    2. Restore ctrl-shift-2 sends null (hex 00).
  1779.    3. Add some Wyse enhancements to Viewpoint emulation.
  1780. Changes in 10.7k:
  1781.    1. C332: fix bug in line-insert, line-delete.
  1782. Changes in 10.7m:
  1783.    1. CROWCOMM, combined Windows serial: make sure modem gets hung up.
  1784.    2. Removed internal timer in passthrough-print routine that assumed 60 dead
  1785.       seconds meant we were lost.
  1786.    3. Added pass-through print indicator in bottom line.
  1787.    4. WIN: Bug fixed in print-to-file: could cause unwanted flush.
  1788. Changes in 10.7n:
  1789.    1. Bug fixed in KEEP of part of screen.
  1790. Changes in 10.8:
  1791. *  1. WIN: Combined version with serial, TCP/IP, WLIBSOCK, and Piclan
  1792.        communication.
  1793.       * Can specify commtype in command line with
  1794.          /Tx
  1795.         where x is S for serial, T for TCPIP, P for Piclan, N for Novell
  1796.          WLIBSOCK
  1797.       * New command:
  1798.            COMMTYPE SERIAL  or  COMMTYPE WINSOCK
  1799.       * Indicates in title if we're NOT CONNECTED
  1800.       * Assume 8 data bits, no parity (was 7 even)
  1801.    2. WIN: Bug fixed: could sometimes get divide-by-zero error on startup.
  1802. Changes in 10.8a:
  1803.    1. WIN: Bug fixed (introduced 10.8) in print routines.
  1804. Changes in 10.8b:
  1805.    1. WIN: Avoid "xxx.DLL not found" messages in WIN 3.1.
  1806.    2. WIN: Clean up Comm Settings dialog box.
  1807.    3. WIN: Bug fixed in shutdown of PicLan.
  1808. Changes in 10.8c:
  1809.    1. WIN: Attempt to solve ghost problems of menus being corrupted.
  1810.    2. Change keystroke handling so characters 224 and 240 could be used.
  1811.    3. Fix in Wyse emulation: upper half of 8-bit character set maps same
  1812.       as PC.
  1813.    4. Bug fixed: non-blinking cursor would leave tracks when inserting,
  1814.       deleting lines.
  1815. *  5. WIN: Allow user to choose a screen font (previously restricted
  1816.       to Terminal).
  1817.       * Only fixed-space fonts are allowed, either TrueType
  1818.         or bitmap.
  1819.       * Gives a better fit when zoomed, particularly on large screen
  1820.         resolutions.
  1821.       * If the screen font is in the Windows character set (such as Courier
  1822.         New), linedraw characters displayed by the host will result in '+',
  1823.         '|', '-', etc.
  1824.       * Linedraw characters in some fonts may not fully connect.
  1825.       * If "Font is suspect" message appears, character alignment may not be
  1826.         correct.
  1827.       * User can choose a font with a different character set, such as
  1828.         Cyrillic. Note that if emulation mode is set to "VT220" or "Anzio",
  1829.         program assumes incoming characters are in ISO character set, and
  1830.         will translate. We suggest using "AT386" or "SCOANSI" (changed later,
  1831.         see 10.8j).
  1832. Changes in 10.8d:
  1833.    1. WIN: Bug fixed in DIAL dialog box
  1834.    2. WIN: Bug fixed: menu got scrambled if "Larger Font" item had been
  1835.       deleted.
  1836. Changes in 10.8e:
  1837.    1. WIN: In WPRN device, wrap lines if needed
  1838.    2. WIN: In COPY, COPY/S command, if output file is "WPRN", send it
  1839.       to the WPRN printer driver.
  1840. *  3. New command: PRINTFILE <filename>
  1841.    4. WIN: Print Wizard started (not released yet).
  1842.    5. WIN: In WPRN driver, on setup error, make it more self-healing.
  1843. Changes in 10.8f:
  1844.    1. In Wyse graphics mode, make sure space is space.
  1845.    2. Wyse: respond to control codes to set key codes:
  1846.          ESC z <key> <string> <DEL>
  1847.          ESC Z <dir> <key> <string> <DEL>
  1848.    3. C332: Allow one page to be in 80-column mode, another in 132-column.
  1849.    4. WIN: Change original (default) printer font to Courier New, 12 pt.
  1850. Changes in 10.8g:
  1851.    1. If we redefine a macro to the same value, don't count it as a
  1852.       changed key. Thus downloaded special keys that cause no changes
  1853.       will not ask you to save them on exit.
  1854.    2. Bug fixed in handling of section-sign character (Windows hex
  1855.       A7, DOS hex 15)
  1856.    3. WIN: Restore functionality of "Connect on Startup" lost in 10.8.
  1857.    4. WIN: Restore functionality of "Hostname" lost in 10.8
  1858.    5. WIN: If Hostname fails, don't quit; remain in NOT CONNECTED state
  1859.    6. WIN: Disable Hostname menu item if communication is serial
  1860.    7. WIN: If program fails to connect to host, user can retry by
  1861.       doing Communicate:Setup, then hitting OK.
  1862.    8. Auto-LF affects incoming linefeeds also now.
  1863. Changes in 10.8h:
  1864.    1. Behave better if PicLan fails on startup.
  1865.    2. Clean up use of colors for some messages on the status line.
  1866.    3. WIN95: Bug fixed in background bitmap
  1867.    4. If host name is specified in command line, and "Connect on startup"
  1868.       is checked, and we fail to connect, quit.
  1869.    5. Bug fixed in macro output sequencing: pending F6 command would hang
  1870.       when a) processing a WAITFOR or b) waiting for ITX unlock (bell)
  1871.    6. On receipt of DC2 (hex 12), if no output file is open, or in Lite,
  1872.       treat it as passthrough print. Works better especially with Wyse.
  1873.    7. For PicLan, allow specification of host port number, as
  1874.          hostname:port[:port2[...]]
  1875.       Will try ports in order specified.
  1876.       Default, as before, is first available.
  1877. Changes in 10.8j:
  1878.    1. WIN95: Allow selection of font "script", so that Greek, Cyrillic,
  1879.       etc. are possible.
  1880.    2. WIN: If the screen font's character set is Symbol, treat it like
  1881.       OEM (for MS Linedraw)
  1882.    3. WIN: If the screen font's character set is Cyrillic, Greek, etc.,
  1883.       don't translate incoming characters.
  1884.    4. WIN: Screen Font Chooser dialog now lets user set point size
  1885.       (effective when window is not zoomed).
  1886.    5. VT220 codes:
  1887.         ESC [ <param> q     Ignored (used in some Kermit emulations)
  1888.         ESC [ <params> r    Set scrollable region: fixed to deal with receipt
  1889.                             of top of region only.
  1890.         ESC * <something>   Ignored: Set G2 character set
  1891.         ESC + <something>   Ignored: Set G3 character set
  1892.         Bug fixed in dealing with 8-bit codes, such as hex 9B
  1893. Changes in 10.8k:
  1894.    1. WIN: Fix memory leaks
  1895. Changes in 10.8m:
  1896.    1. VT220: bug fixed in handling code RI (reverse index) when cursor is
  1897.       above the scrollable region.
  1898. Changes in 10.8n:
  1899.    1. When instructed to draw linedraw characters, and screen font is in a
  1900.       different character set (e.g., Cyrillic), translate it to '+', '-', '|'.
  1901.    2. WIN: deal better with VT220 in Latin graphics mode.
  1902.    3. WIN: Bug fixed: sometimes didn't immediately notice change of screen's
  1903.       character set.
  1904.    4. Wyse60: enable proper behavior for ctrl-F1, ctrl-shift-F1, etc. These keys
  1905.       send out codes that are undocumented in Wyse manuals.
  1906.    5. Keytrokes in macros will NOT be translated such as OEM to ISO.
  1907.    6. In wyse60.kys, define shift-home, shift-end, shift-delete.
  1908.    7. WIN: Bug fixed in printing OEM screen dumps.
  1909. Changes in 10.8p:
  1910.    1. PicLan: Update Window title after connect.
  1911.    2. Bug fixed in Wyse 50 (not 60) attributes.
  1912. Changes in 10.8q:
  1913.    1. PicLan: on new connection, deallocate old memory.
  1914.    2. WIN: Reduce screen flashing in field-mode emulations (Wyse 50
  1915.       and C332) when data overwrites field delimiter.
  1916.    3. WIN: If menu item File:Quit has been removed (with resource editor),
  1917.       attempting to quit with Window Close command (or button) will result in
  1918.       a box stating "Function disabled". Thus an administrator can restrict
  1919.       quitting the program by:
  1920.          1. Using a resource editor to:
  1921.                a) remove File:Quit menu item
  1922.                b) remove alt-X and alt-x accelerators
  1923.          2. Attaching a do-nothing macro to the alt-X combination:
  1924.                define <alt-X> {}
  1925.    4. WIN: Allow separate definition of the following keys on the numeric pad,
  1926.       when NumLock is ON: / * - + Enter
  1927.       Note that program already provided separate mappings for when NumLock was
  1928.       OFF.
  1929. Changes in 10.8r:
  1930.    1. Discontinue processing host commands coded as
  1931.          <DC1><command><DC3>
  1932.       Continue processing those coded as
  1933.          <hex-1C><command><hex-1D>
  1934.    2. WYSE: Treat correctly special characters generated by ESC <ctrl-code>
  1935.    3. WYSE: If host sequence "undefines" a key, and it results in no net
  1936.       change, don't mark keys as changed.
  1937.    4. Bug fixed: INTERPRET didn't show DELETE characters (hex 7F)
  1938. Changes in 10.9:
  1939. *  1. WIN: Added support for a SOCKS firewall. This is implemented by doing
  1940.       Communicate:Network:SOCKS host, and entering the name (or IP) and
  1941.       optionally the port number of the SOCKS host.
  1942. *  2. LITE: Add ability to turn "Low-level Print" on and off.
  1943. *  3. WIN (not Lite): New logic in WPRN driver, called "Print Wizard", will
  1944.       automatically deal with various print-file formats during passthrough
  1945.       print and PRINTFILE command:
  1946.          * If print stream starts with "%!", it is assumed to be a
  1947.            Postscript file, and is sent to printer as low-level print.
  1948.          * If it contains any Escape characters, it is assumed to be
  1949.            printer-specific, and is sent as low-level.
  1950.          Otherwise:
  1951.          * Several hundred lines are buffered, and then analyzed to determine
  1952.            page length (in lines) and width (in columns). The wizard then
  1953.            attempts to print the text appropriately, by setting font size,
  1954.            line spacing, and margins to "reasonable" values (10 - 20
  1955.            characters per inch, 6 - 12 lines per inch, margins up to one
  1956.            half inch).
  1957.          * Print Wizard will attempt to interpret and process tabs,
  1958.            backspace-bolding and backspace-underlining.
  1959.          * Print Wizard will avoid printing extra blank page(s) at the
  1960.            beginning of the print stream.
  1961.          * Print Wizard DOES obey your choice of page size, orientation, and
  1962.            printer font. In most cases, it would be logical to choose a
  1963.            fixed-space TrueType font, such as Courier New or MS Linedraw.
  1964.          * Print Wizard will OVERRIDE your choice of Low-level Print and
  1965.            printer font size.
  1966.          * The end result is that the Print Wizard should be able to
  1967.            automatically handle a) PostScript (assuming you have a PostScript
  1968.            printer, b) printer-specific data, c) plain text data without
  1969.            formfeeds, d) plain text data with a variety of page lengths,
  1970.            and e) plain text data with a variety of widths, such as 80 and
  1971.            132.
  1972.    4. In various unregistered/demo versions, terminate after one hour.
  1973.    5. WIN: Make sure correct menu items are disabled when appropriate.
  1974.    6. Replace references to NEWLINE with ENTER.
  1975.    7. WIN: minimize window-size jumps when switching sessions (pages) in C332,
  1976.       Wyse, N7900.
  1977.    8. Kermit bugs fixed:
  1978.          8.1: Didn't cleanly do 8-bit data if not encoded.
  1979.          8.2: 8-bit encoding was based on data_bits, even if not serial
  1980.    9. Wyse: Treat downloaded key definitions differently from those in keymap
  1981.       files. Downloaded definitions will a) not be saved to file, b) not
  1982.       cause Anzio to ask to save keys, c) take precedence, but only until
  1983.       Anzio quits. In KEYS display, both definitions will show; top one will
  1984.       be effective.
  1985.   10. WIN: Bug fixed in DIR command: wasn't drawing boxes right if non-OEM
  1986.       screen font.
  1987.   11. WIN: Change "Reverse" color set for better readability.
  1988.   12. Wyse: Ignore
  1989.          ESC c ? <bank>   Clear font bank
  1990.          ESC c A ... ^Y   Define soft character
  1991. Changes in 10.9a:
  1992.    1. WIN: Oops - Print Wizard wasn't fully included in AnzioWin 10.9.
  1993. Changes in 10.9b:
  1994.    1. WIN: Fixed bug in ctrl-2, ctrl-space (now generate null, once again)
  1995.    2. WIN: Print Wizard now affects screen prints also, so 80-column,
  1996.       132-column screens will be handled automatically.
  1997.    3. Wyse: fix behavior re. whether to clear screen on width change:
  1998.          ESC e .          Don't clear on width change
  1999.          ESC e /          Clear if width actually changes
  2000. Changes in 10.9c:
  2001.    1. Wyse: bug fixed in exiting protected mode
  2002. Changes in 10.9d:
  2003.    1. WIN (WINSOCK): React to error 10058 (WSAESHUTDOWN) as though host
  2004.       closed TCP/IP session.
  2005. *  2. WIN: Implemented MOUSE support for host programs, two different methods,
  2006.       as done in "xterm" (only LEFT button implemented this release):
  2007.          * Undocumented method in xterm as on UnixWare and others:
  2008.             * initiates with ESC [ <X> Y
  2009.               where <x> (in decimal) when converted to hex indicates
  2010.               actions to send:
  2011.                    01 = left button release
  2012.                    02 = left button push
  2013.                   400 = right button release
  2014.                   800 = right button release
  2015.             * turn off with ESC [ 0 Y
  2016.             * Host can request mouse position when down with
  2017.                  ESC [ 492 Z
  2018.             * Mouse sends ESC [ <hex-1F> <button> <action> <x> <y>
  2019.                  <button> is ascii 1, 2, or 3, or 0 of position requested above
  2020.                  <action> is "P" or "R"
  2021.                  <x> and <y>: space = 0 = top, left
  2022.          * xterm as documented:
  2023.             * Initiate with ESC [ ? 1000 h
  2024.             * Terminate with ESC [ ? 1000 l
  2025.             * Sends ESC M <button> <x> <y>
  2026.                <button> bits:  00 = button 1 pressed
  2027.                                01 = button 2 pressed
  2028.                                02 = button 3 pressed
  2029.                                03 = released
  2030.                                04 = shift
  2031.                                08 = meta (alt)
  2032.                                10 = Control
  2033.                <x>, <y> : '!' = 1 = top, left
  2034.    3. Kermit bug fixed: trying to send '*.*' would fail on directory entries.
  2035. Changes in 10.9e:
  2036.    1. Added several Viewpoint enhancements as in Wyse 50/60
  2037.    2. Wyse: Capture and ignore message to be displayed on top status line via
  2038.          ESC F ... CR
  2039.    3. Wyse: Corrections in dealing with protected fields:
  2040.         * Can't cursor-arrow into protected fields
  2041. Changes in 10.9f:
  2042.    1. Bug fixed in turning mouse mode 1000 off.
  2043.    2. WYSE, VIEWPOINT:
  2044.         * If write-protect on when we get a code to change write-protect attribute,
  2045.           change active attribute.
  2046.         * Add support for following codes to set write protect attribute:
  2047.              ESC ` B    adds blink
  2048.              ESC ` E    adds underline
  2049.              ESC ` F    adds reverse
  2050.              ESC ` G    adds dim
  2051.    3. VIEWPOINT:
  2052.         * Fix handling of ESC 0 <att> to set write-protect attribute
  2053.         * Fix ESC t (clear unprotected to end of line)
  2054.         * Improve write-protect mode as enhanced by Wyse
  2055. Changes in 10.9g:
  2056.    1. Removed all traces of communication log file, which should never have
  2057.       been in production version.
  2058. Changes in 10.9h:
  2059. *  1. Add to Lite:
  2060.        * Custom colors setup
  2061.        * KEYS command to display user keys
  2062.    2. Add titles to color translation screen
  2063. *  3. WIN: added menu item About|About Winsock which provides information
  2064.       about the WINSOCK.DLL being used.
  2065.    4. Wyse: recognize and ignore sequence to set terminal's time:
  2066.          ESC c 8 x x x x
  2067. Changes in 10.9j:
  2068.    1. Bug fixed: some means of specifying a network host to connect to didn't
  2069.       give error messages.
  2070.    2. More informative error messages from failed WINSOCK connections.
  2071. *  3. WIN: Background bitmap enhancements:
  2072.       * Allow use on adapters running higher than 256 colors.
  2073.       * Improve handling of brightness, contrast adjustments.
  2074.       * Allow bitmap to be anywhere on the screen. This involves two defined
  2075.         rectangles: the "View" rectangle indicates what part of the bitmap is
  2076.         to be shown (0 for right, bottom, indicates maximum); the "Window"
  2077.         rectangle indicates location on screen, relative to the top left corner
  2078.         of the first character location (0 for right, bottom indicates natural
  2079.         extent of bitmap; -1 indicates edge of screen). Bitmap can be stretched
  2080.         if a) right or bottom of Window is -1, or b) right or bottom of both
  2081.         retangles is specified.
  2082.       * New command: BMP filename [view-rect [window-rect [brightness [contrast]]]]
  2083.         where 'filename' contains name of a bitmap (BMP) file. Other parameters
  2084.         are optional, and duplicate functions shown below.
  2085.       * New command: BMP-VIEW x1 y1 x2 y2
  2086.         Sets the View rectangle (see above).
  2087.       * New command: BMP-WINDOW x1 y1 x2 y2
  2088.         Sets the bitmap Window rectangle (see above).
  2089.       * New command: BMP-ADJUST brightness [contrast]
  2090.         Sets brightness and contrast on a scale of 0 to 1000.
  2091.       * New command: BMP-CLOSE
  2092.         Removes the bitmap.
  2093.    4. WIN: For Wyse, place top status line message in Window title.
  2094.    5. WYSE: Respond to the following codes dealing with answerback and ACK:
  2095.          ESC c ; ... ctrl-Y    set answerback message
  2096.          ESC c <  or ctrl-E    send answerback (if ack mode on and answerback
  2097.                                   mode on)
  2098.          ESC e space           answerback mode off
  2099.          ESC e !               answerback mode on
  2100.          ESC e 6               ack mode off
  2101.          ESC e 7               ack mode on
  2102.    6. C332E: add support for status line message
  2103.    7. For foreign keyboards, watch out for AltGr key in combination with '2', '6'.
  2104. Changes in 10.9k:
  2105.    1. Fixed incompatibility in mouse-through in XTERM documented mode.
  2106.    2. LITE: allow 'TITLE' command from host, macro, or FUNCTION prompt.
  2107.    3. New command: HOSTNAME/S sends the host name to the host computer.
  2108.    4. Bug fixed: in SCO ANSI, if using background intensity in zoomed mode,
  2109.       sometimes got wrong color in gap between lines.
  2110.    5. WIN bug fixed: in zoomed mode, with non-OEM fonts, sometimes got
  2111.       wrong color in gap between lines.
  2112.    6. WIN: Allow selection of higher-numbered COMM ports if available.
  2113. Changes in 10.9m:
  2114.    1. WIN: If the BMP view rectangle has a negative top or left edge,
  2115.       deal with it.
  2116.    2. WIN: Fix bug in graying the menu item Clear Background Bitmap.
  2117. Changes in 11.0:
  2118.    1. WIN: On screen print, include background bitmap
  2119.    2. WIN: When printing with fixed-space font, make sure text is precisely
  2120.       spaced.
  2121.    3. WIN: In mouse-selecting the screen, limit right & bottom to actual
  2122.       character cells.
  2123.    4. WIN: Bug fixed in handling selection rectangle when selected
  2124.       upward or leftward.
  2125. *  5. WIN: Add HTML to Print Wizard.
  2126.    6. WIN: Clean up handling of windows scrollbars when screen is larger than will
  2127.       fit in the window.
  2128. *  7. WIN (including Lite): Add 'Capture to Printer' in Transfer menu. Always goes
  2129.       to 'WPRN' printer driver. When turned on, this mode supresses the Flush
  2130.       Timer.
  2131.    8. WIN: New command: CAPTURE WPRN same as above.
  2132. *  9. New command: UPPERCASE ON|OFF tells whether to force normal keystrokes
  2133.       to uppercase.
  2134.   10. New command: HOLD ON|OFF|TOGGLE suspends output to screen if HOLD is on,
  2135.       similar to VT220's F1 key.
  2136.   11. Cleanup in handling of fields, protected data:
  2137.          Wyse50: Write protect affects characters written, not fields
  2138.          Wyse60: Clear unprotected clears attributes from unprotected areas
  2139.   12. C332 bug fixed in absolute cursor (x, y) positioning (apparently seldom
  2140.       used).
  2141.   13. WIN: reduce screen flickering on clear-unprotected
  2142.   14. C332, Wyse: Add Kermit auto-receive
  2143. Changes in 11.0a:
  2144.    1. WIN: fail more gracefully with NetCom's WINSOCK.DLL.
  2145.    2. WIN: In Help:About Winsock, report location of loaded (or attempted)
  2146.       WINSOCK.DLL.
  2147. *  3. WIN: New command: WINSTART <filename> does a Windows "open" on the file.
  2148. *  4. WIN: New command: WINPRINT <filename> does a Windows "print" on the file.
  2149.    5. Improvements in VT220 character set handling:
  2150.          * Set 1 (invoked by control-N) now assumes ASCII set.
  2151.          * Implement LS2 (ESC n)
  2152.                      LS3 (ESC o)
  2153.                      SS2 (ESC N)
  2154.                      SS3 (ESC O)
  2155.    6. VT220, similar: Send answerback string when requested by host.
  2156. *  7. Allow user to set answerback string (can use pipe symbol "|" for
  2157.       Return):
  2158.          WIN: menu item in Communicate menu
  2159.          Command: ANSWERBACK <string>
  2160.    8. WIN: Add menu item for "Upper Case" (see above).
  2161. *  9. Allow the Scroll Lock key to function as a "Hold" key,
  2162.       suspending output from the host.
  2163.          WIN: Menu item in Communicate menu
  2164.          Command: SCROLL-LOCK ON|OFF|TOGGLE
  2165. * 10. WIN: Can now indicate whether Anzio should save its window position
  2166.       between sessions, and reuse it.
  2167.          Menu item in View menu
  2168.          Command: TRACK-WINDOW ON|OFF|TOGGLE
  2169.   11. WIN: Correct bug in determining how many COMM ports are available.
  2170.   12. If terminal type is SCOANSI, send ANSI (rather than SCOANSI) as TERM
  2171.       type on TCP/IP.
  2172.   13. WIN DEMOS: Add ability to print order form to opening "About" box.
  2173.   14. WIN: Fix memory leak involved in printing.
  2174.   15. Wyse: home the cursor on ESC ~ 4 (select WY-60 personality)
  2175.   16. Wyse: ignore ESC w G (set up multi-screen mode). This feature always
  2176.       available in Anzio.
  2177.   17. Bug fixed in clearing screen buffer (clear to spaces, not nulls).
  2178.   18. Wyse, C332: On creation of a new "page", go to home position.
  2179.   19. Print Wizard bug fixed: was not setting low-level print on when
  2180.       needed.
  2181.   20. WIN: Reduce flickering in Scroll Fast.
  2182.   21. WIN: For MS Internet Explorer, if command-line host name starts with
  2183.       'telnet://', remove it.
  2184. Changes in 11.0b:
  2185. *  1. WIN: For MS Internet Explorer:
  2186.         * If host name ends in '/', remove it.
  2187.         * If Anzio is started "hidden", unhide it.
  2188.    2. WIN: Make provisions for a "private-label" version.
  2189.    3. If user hits a special key that is undefined, send nothing to the host.
  2190. *  4. Zmodem support:
  2191.       * Command ZSEND [-a] <filename>
  2192.            (-a means text mode)
  2193.       * Command ZRECEIVE
  2194.       * WIN: menu items for these under Transfer menu
  2195.       * WIN: menu item for Zmodem auto-reception
  2196. Changes in 11.0c:
  2197. *  1. WIN: Double-click sends the word the mouse is on, followed by CR
  2198.    2. Wyse 50: improve handling of protected characters vs. attribute
  2199.       fields.
  2200. Changes in 11.0d:
  2201.    1. Bug fixed in Zmodem.
  2202.    2. Bug fixed in printing order form.
  2203. Changes in 11.0e:
  2204.    1. Bug fixed in file transfer with RM/COS.
  2205.    2. Bug fixed: print wizard logic could blow up on a null printfile.
  2206.    3. Viewpoint: deal better with ambiguity of hex 18 (cursor on or start
  2207.       Zmodem reception).
  2208.    4. Bug fixed: restored ability to do TRANSMIT TRAILER <Del>
  2209. Changes in 11.0f:
  2210.    1. Make serial output for Zmodem respond to DELAY setting.
  2211. *  2. Allow resource changes to add menu items.......
  2212.    3. Bug fixed in C332 re. tab settings.
  2213.    4. Bug fixed in Wyse graphics characters (intro'd in 10.9h).
  2214.    5. Kermit bug fixed: now deals with incoming file names with
  2215.       compressed redundant characters.
  2216.    6. Kermit fix: allow 8-character file name without period.
  2217.    7. Bug fixed in Zmodem, caused memory corruption.
  2218. Changes in 11.0g:
  2219.    1. DOS versions: if DOS version >= 3.3, and code page not
  2220.       437, don't translate characters.
  2221. Changes in 11.0h:
  2222.    1. C332: if ESC X or ESC Y cursor positioning has a CR as
  2223.       next character, ignore it.
  2224.    2. Optimize receipt and processing of high-ASCII graphics
  2225.       characters.
  2226. Changes in 11.0j:
  2227.    1. C332: React and respond to ESC Z (report cursor position)
  2228.    2. Viewpoint: Clean up dealing with hex 18, which might be
  2229.       cursor on or start-Zmodem.
  2230.    3. Improve dealing with unrecognized escape sequences.
  2231. Changes in 11.0k:
  2232.    1. Added info to debug version.
  2233.    2. DOS: bug fixed: certain error messages weren't being removed.
  2234.    3. WIN: Print Wizard: handle character entities (beginning with '&')
  2235.       such as '<' for less-than symbol (<)
  2236.    4. WIN: react better to printer dialog errors, such as "no default
  2237.       printer".
  2238.    5. Optimize UFT file transfers.
  2239.    6. Optimize sending Wyse function keys.
  2240.    7. Bug fixed: in "vi", bottom line got messed up when scrolling.
  2241. *  8. Allow various actions upon mouse clicks, double-clicks.
  2242.    9. Add HEXPATCH command - to be used only under direct instruction.
  2243. Changes in 11.0m:
  2244.    1. In VT220 mode, ignore illegal characters such as hex 92.
  2245.    2. Make INTERPRET show hex-FF characters, do better with 8-bit
  2246.       characters.
  2247.    3. WIN: In TCP/IP, deal with out-of-band SYNC signal, such as received when
  2248.       user hits DEL or Ctrl-C in SCO, Linux, etc., especially with Informix.
  2249.       Previously this resulted in spurious characters om screen, possible
  2250.       lockup.
  2251. Changes in 11.0n:
  2252.    1. Viewpoint:
  2253.          Ignore irrelevant sequences starting with ESC `
  2254.          Process commands to set bottom status line: ESC z ..., ESC f ...
  2255.          Obey Wyse's use of ESC F as top message line (WIN only). Formerly
  2256.             treated this as insert-mode toggle, as per NCR 7930 terminal.
  2257.          Restore approach to throwing away illegal escape codes, such as
  2258.          ESC <hex-1C> used in RealWorld software.
  2259.    2. Bug fixed: on some systems, some fonts, when zoomed, we were leaving
  2260.       horizontal line segments on screen.
  2261. *  3. WIN: Improvements in FONT and PRINTFONT commands: can now specify
  2262.       font size, font name, or both. Examples:
  2263.          FONT 9
  2264.          FONT "courier new"    (needs quotes because of embedded space)
  2265.          FONT terminal 10x8
  2266.          FONT 10x8 terminal
  2267.    4. WIN: Fixed some bugs in changing fonts while zoomed.
  2268.    5. Wyse: improve detection of Zmodem vs. transparent print, both of
  2269.       which start with hex 18.
  2270.    6. Zmodem improvements:
  2271.          * On transfer error, increase delay between characters. Note that
  2272.            use can make this more efficient by experimenting with DELAY
  2273.            setting.
  2274.          * Note that Anzio's Zmodem does not work with version 3.0 or
  2275.            above of UNIX rz, sz; these use private-domain protocol
  2276.            enhancements.
  2277.    7. Allow ANSI-style attribute sequence to have up to 5 parameters.
  2278.    8. Brought CrowTerm into synch with AnzioWin:
  2279.          * Setup menu looks slightly different
  2280.          * Title bar shows connection status
  2281.          * Add 'Network' submenu
  2282.          * Add 'TERM name' menu item
  2283.          * Menu item Help:About Winsock now works
  2284.          * Cold startup asks for terminal type, then presents setup menu
  2285.          * Support for SOCKS firewall
  2286.          * Support for TERM type telnet option
  2287.          * Support for Window Size telnet option
  2288.          * No longer uses "Crowcomm.ini" in Windows directory
  2289.          * Various changes implemented since 10.8
  2290.          * These items remain different between CrowTerm and AnzioWin:
  2291.             * Program title
  2292.             * Name of DEF file
  2293.             * Name of Window class
  2294.             * CrowTerm has no About:Support menu item
  2295. Changes in 11.0p:
  2296.    1. WIN: Change approach to version with communication debugging: non-fatal
  2297.       messages appear as screen text, rather than in dialog boxes.
  2298. *  2. WIN: In TCP/IP and WLIBSOCK, allow passing environment variables from
  2299.       Anzio to host, using telnet option 36. Must be supported by the host.
  2300.       Most likely uses would be for USER and PRINTER. User can set a string
  2301.       of variables to be passed, using the Communicate:Environment menu item,
  2302.       or the text command
  2303.          ENVIRONMENT <string>
  2304.       String can contain multiple variables, separated by semicolons. Each
  2305.       entry can be in the following forms:
  2306.          name=value
  2307.          name=
  2308.          name=${envname}
  2309.       In the last case, the DOS/Windows environment variable envname will
  2310.       be looked up, and its value sent if it exists. Following is an
  2311.       exmple:
  2312.          PRINTER=laser21;USER=${UNIXUSER}
  2313.       Note that Windows 95 has a utility (hard to find) called WINSET, that
  2314.       can set system-wide environment variables.
  2315.    3. Print Wizard enhancement: text files containing linefeeds but not
  2316.       CRs will have CRs assumed.
  2317.    4. WIN (serial, TCP/IP): optimize communication by using message
  2318.       notification instead of polling.
  2319. *  5. WIN (TCP/IP): Anzio now has an internal "environment variable" named
  2320.       ANZ_IP, which contains the IP address of the PC. This can be queried
  2321.       using the ENV/S command, or used when passing environment variables
  2322.       to the host, as above.
  2323.    6. Change in ENV/S command: now sends CR at end, in order to be consistent
  2324.       with other /S commands.
  2325. Changes in 11.0q:
  2326.    1. Minor changes in comm debug routines.
  2327.    2. WIN: Bug fixed could freeze on zoomed bitmap fonts.
  2328. Changes in 11.0r:
  2329.    1. WIN: Support NEW ENVIRONMENT option (39) in telnet, as per RFC 1572.
  2330.    2. WIN: Additional mouse option to send whatever's between [ and ].
  2331. Changes in 11.0s:
  2332.    1. WIN: When mouse sends word in brackets, delete leading spaces.
  2333.    2. C332: Sequence ESC [ ? C r now ignored (should revert to VT220 keymap,
  2334.       was setting terminal to C332 mode).
  2335.    3. To enable old style Anzio commands from host (hex-11 command hex-13),
  2336.       do HEXPATCH 7D6 01.
  2337.    4. To DISallow current style Anzio commands from host
  2338.       (hex-1C command hex-1E), do HEXPATCH 7D7 00.
  2339.    5. WIN: Bug fixed in telnet option negotiation that could lead to a loop
  2340.       (rare).
  2341.    6. WIN: Deal with erroneous telnet response to unsupported options
  2342.       (IAC 6 NEW_ENV) in some systems (eg. NCR3000).
  2343.    7. WIN: Bug fixed in handling delete-line, insert-line on bottom line.
  2344. Changes in 11.0t:
  2345.    1. VT220 bug fixed: if cursor has advanced past column 80, then get code
  2346.       to go left, treat it as though it's starting in column 80.
  2347.    2. Capture (to printer or file) improvements:
  2348.          * Capture blank lines caused by linefeed characters
  2349.          * Removed old code that could cause breaks in line during idle time.
  2350. Changes in 11.0u:
  2351.    1. On exit, if Capture to Printer is on, close and flush it.
  2352.    2. If user turns on FLUSH TIMER when there's already printer data, it
  2353.       now initiates the timer.
  2354.